syshud: 2024-08-03 -> 2024-08-10

This commit is contained in:
2024-08-13 22:01:57 +00:00
parent e245164da3
commit f38d351869

View File

@@ -9,13 +9,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "syshud"; pname = "syshud";
version = "0-unstable-2024-08-03"; version = "0-unstable-2024-08-10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "System64fumo"; owner = "System64fumo";
repo = "syshud"; repo = "syshud";
rev = "ea0b6a52e110d18783a418013c1be82ff32709a7"; rev = "c7165dc7e28752b49be4ca81ab5db35019d6fcd0";
hash = "sha256-MLVjdPcnSHCxQ9KbmM1V/jnmh7NrzZZAg13D3a240Q0="; hash = "sha256-P8NgWooRMFl1iuFKQlWDJwMlZ/CIwvf2ctkqvRXt6SA=";
}; };
postPatch = '' postPatch = ''
substituteInPlace Makefile \ substituteInPlace Makefile \