mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
parent
813926ea7e
commit
f90769155f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user