plasticity: 25.2.9 -> 25.2.11

This commit is contained in:
R. Ryantm
2025-10-07 22:14:19 +00:00
parent 30ca6c368c
commit a38fdb13ab
+2 -2
View File
@@ -33,11 +33,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "25.2.9";
version = "25.2.11";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-Ey1APUOGw2zAVdn5C96bIwe5+PHXzMtXVI5f1xHISFU=";
hash = "sha256-aqc6CDR3yBOGaRr+VjXQrTXZKvr9kqzaqcu5y30clCA=";
};
passthru.updateScript = ./update.sh;