plasticity: 24.1.5 -> 24.1.6

This commit is contained in:
R. Ryantm 2024-06-07 21:54:08 +00:00
parent 5b3b5d79aa
commit e5c8233aa1

View file

@ -33,11 +33,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "24.1.5";
version = "24.1.6";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-1oneFWWgMYsh12knn+Atp8ttSnTdaV+5TWwp2htZsvE=";
hash = "sha256-gGfDsAqg0PkORrOEvBWLpKgLv5a+M9Rj+oC+jF1gYqA=";
};
passthru.updateScript = ./update.sh;