syshud: 2024-07-21 -> 2024-07-29

This commit is contained in:
2024-07-30 15:42:15 +00:00
parent ed024d081e
commit 297bf7e090

View File

@@ -9,13 +9,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "syshud"; pname = "syshud";
version = "0-unstable-2024-07-21"; version = "0-unstable-2024-07-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "System64fumo"; owner = "System64fumo";
repo = "syshud"; repo = "syshud";
rev = "4af754de4e0b43b44c803d392e0425c00ee33982"; rev = "f245db6bcd2278cfae6d296c152bfc526f1f7601";
hash = "sha256-kiHCDISFtxR4zosBJxNFfbDHpeQT9R4cKRqZxk3ZZSY="; hash = "sha256-XxyYLRPIWNsCJFTI7ZoIEvJ0gt2Ok9EgK2fhRf2VWZQ=";
}; };
postPatch = '' postPatch = ''
substituteInPlace Makefile \ substituteInPlace Makefile \