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

plasticity: 24.1.6 -> 24.1.7
This commit is contained in:
Weijia Wang 2024-07-02 01:09:53 +02:00 committed by GitHub
commit 1d91c846ae
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 = "24.1.6";
version = "24.1.7";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-gGfDsAqg0PkORrOEvBWLpKgLv5a+M9Rj+oC+jF1gYqA=";
hash = "sha256-HVAQXDfj/5UoOGvgrOW09xFeVv4MF/wXqxtRdwZAqso=";
};
passthru.updateScript = ./update.sh;