Merge pull request #309684 from r-ryantm/auto-update/plasticity

plasticity: 1.4.20 -> 24.1.5
This commit is contained in:
Matthias Beyer 2024-05-22 10:56:33 +02:00 committed by GitHub
commit 8117390d96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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