plasticity: 24.2.4 -> 24.2.6

This commit is contained in:
liberodark
2024-12-04 16:48:37 +01:00
parent 17840289bd
commit 09f7986029
+2 -2
View File
@@ -33,11 +33,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "24.2.4";
version = "24.2.6";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-Pwe1CqprRXqTN93ys247TGrkd0LGKuwrfGmupIN40uU=";
hash = "sha256-MEw7pmaDPOxhjeIHWumCxwESZri3gdXULIc7kRh9/BM=";
};
passthru.updateScript = ./update.sh;