plasticity: 25.1.9 -> 25.2.2

This commit is contained in:
R. Ryantm 2025-07-30 11:42:33 +00:00
parent bf8fe59e58
commit a1bedb7b5b

View File

@ -34,11 +34,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "25.1.9";
version = "25.2.2";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-iNgMsQ6JDPRNKssvgVyZ9z8aUFzemboYgm1wIjuERog=";
hash = "sha256-qzkzW2ekYFF6aE6mH6jZ9Ta5BLvqVb3ZRA5Q5SBttpk=";
};
passthru.updateScript = ./update.sh;