syshud: 0-unstable-2024-08-10 -> 0-unstable-2024-08-24 (#337415)

This commit is contained in:
Donovan Glover 2024-08-29 16:26:38 +00:00 committed by GitHub
commit a1a0f19f00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "syshud";
version = "0-unstable-2024-08-10";
version = "0-unstable-2024-08-24";
src = fetchFromGitHub {
owner = "System64fumo";
repo = "syshud";
rev = "c7165dc7e28752b49be4ca81ab5db35019d6fcd0";
hash = "sha256-P8NgWooRMFl1iuFKQlWDJwMlZ/CIwvf2ctkqvRXt6SA=";
rev = "93f94c866b0ed6326ec7cc6da04221e1feaafeef";
hash = "sha256-+l7WDDrdKiFZAGrtARC86hDrNML8BMYIw0Z4yg/bKsU=";
};
postPatch = ''
@ -39,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [
"DESTDIR=${placeholder "out"}"
"PREFIX="
];
# populate version info used by `syshud -v`:
@ -57,7 +58,10 @@ stdenv.mkDerivation (finalAttrs: {
'';
passthru.updateScript = nix-update-script {
extraArgs = [ "--version" "branch" ];
extraArgs = [
"--version"
"branch"
];
};
meta = {