syshud: 0-unstable-2024-08-10 -> 0-unstable-2024-08-17

This commit is contained in:
2024-08-19 13:57:46 +00:00
parent c71d89e6af
commit 6341531122

View File

@@ -9,13 +9,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "syshud"; pname = "syshud";
version = "0-unstable-2024-08-10"; version = "0-unstable-2024-08-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "System64fumo"; owner = "System64fumo";
repo = "syshud"; repo = "syshud";
rev = "c7165dc7e28752b49be4ca81ab5db35019d6fcd0"; rev = "cbdef71520845c638774e0129fa124ad4df6db2f";
hash = "sha256-P8NgWooRMFl1iuFKQlWDJwMlZ/CIwvf2ctkqvRXt6SA="; hash = "sha256-XTiiV+o+fgwMz7eBQDwNiESIkV28KQ1JK7urEb+Z9OA=";
}; };
postPatch = '' postPatch = ''
substituteInPlace Makefile \ substituteInPlace Makefile \
@@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [ makeFlags = [
"DESTDIR=${placeholder "out"}" "DESTDIR=${placeholder "out"}"
"PREFIX="
]; ];
# populate version info used by `syshud -v`: # populate version info used by `syshud -v`: