2024-06-29 -> 2024-07-02

This commit is contained in:
Colin 2024-07-03 09:05:46 +00:00
parent 6b06062cc9
commit 9cbe74b20b

View File

@ -9,13 +9,13 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "syshud"; pname = "syshud";
version = "0-unstable-2024-06-29"; version = "0-unstable-2024-07-02";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "System64fumo"; owner = "System64fumo";
repo = "syshud"; repo = "syshud";
rev = "5bd3f4d4d124b4315f8befaaa357473263eaacb4"; rev = "90e8fd02a677b180eed0492ca679f9ab4cf36f29";
hash = "sha256-ltoKdGAb/0FxIIUhr0sP1tlslq7oiwMhS9im+mExP0c="; hash = "sha256-TNlYS8FNDYmn+Z3n591kXryQnFcmuuPWPiZ4q9/+StE=";
}; };
postPatch = '' postPatch = ''
substituteInPlace Makefile \ substituteInPlace Makefile \