plasticity: 25.2.4 -> 25.2.8 (#436886)

This commit is contained in:
Wolfgang Walther
2025-09-13 20:32:04 +00:00
committed by GitHub
+2 -2
View File
@@ -33,11 +33,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "25.2.4";
version = "25.2.8";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-XBjKVAwdCJdfhKw8LigBEUp3UiAF/wgvcSlc+vh00P0=";
hash = "sha256-jJzERpVCAQtTxuC2J7F9SHq9NuyihLzQjLzIcSfXziE=";
};
passthru.updateScript = ./update.sh;