sladeUnstable: 3.2.7-unstable-2025-06-29 -> 3.2.7-unstable-2025-08-08

This commit is contained in:
R. Ryantm 2025-08-15 02:59:31 +00:00
parent ee11c0fef4
commit 38db4efe0a

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation {
pname = "slade";
version = "3.2.7-unstable-2025-06-29";
version = "3.2.7-unstable-2025-08-08";
src = fetchFromGitHub {
owner = "sirjuddington";
repo = "SLADE";
rev = "c89e00707c79f7a1616a57414c5957dc773810e3";
hash = "sha256-XjF2jgO28nU/DvuNLAubkUgVXvl8m6vQlKv6Byqfp6o=";
rev = "e39df3a8809508bede6d0342932d0cb8f8a440f2";
hash = "sha256-BZllLj50LpUntpYWyUBI9K64wb7vHTwBWzW20GeJRXQ=";
};
nativeBuildInputs = [