plasticity: 25.2.8 -> 25.2.9 (#446856)

This commit is contained in:
Nick Cao
2025-09-28 23:08:28 +00:00
committed by GitHub
+2 -2
View File
@@ -33,11 +33,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "25.2.8";
version = "25.2.9";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-jJzERpVCAQtTxuC2J7F9SHq9NuyihLzQjLzIcSfXziE=";
hash = "sha256-Ey1APUOGw2zAVdn5C96bIwe5+PHXzMtXVI5f1xHISFU=";
};
passthru.updateScript = ./update.sh;