lug-helper: 2.18 -> 3.0.1 (#348191)

update lug-helper: 2.18 -> 3.0.1
This commit is contained in:
Melody 2024-10-20 18:03:03 -04:00 committed by GitHub
parent 813926ea7e
commit f90769155f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
name = "lug-helper";
version = "2.18";
version = "3.0.1";
src = fetchFromGitHub {
owner = "starcitizen-lug";
repo = "lug-helper";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-x6o9hNXadlZrww5+a9xZtNfRwxKuTO/O9M9iYvhMIYc=";
hash = "sha256-GL+pPyj3Qz+wmJD59kfGz80LufotPq2KdaLQCkQnCFg=";
};
buildInputs = [
@ -45,7 +45,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
postInstall = ''
install -Dm755 lug-helper.sh $out/bin/lug-helper
install -Dm644 lug-logo.png $out/share/pixmaps/lug-logo.png
install -Dm644 lug-logo.png $out/share/icons/hicolor/256x256/apps/lug-logo.png
install -Dm644 rsi-launcher.png $out/share/icons/hicolor/256x256/apps/rsi-launcher.png
install -Dm644 lib/* -t $out/share/lug-helper
wrapProgram $out/bin/lug-helper \