plasticity: 25.1.8 -> 25.1.9 (#403722)

This commit is contained in:
Nick Cao
2025-05-04 10:55:40 -04:00
committed by GitHub
+2 -2
View File
@@ -34,11 +34,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "25.1.8";
version = "25.1.9";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-5PjjEsHchryUhmzqyQ4XqwiycNEVCefmpSW/9jZEzpg=";
hash = "sha256-iNgMsQ6JDPRNKssvgVyZ9z8aUFzemboYgm1wIjuERog=";
};
passthru.updateScript = ./update.sh;