about summary refs log tree commit diff
path: root/pkgs/by-name/pl
diff options
context:
space:
mode:
authorR. Ryantm2024-06-22 18:46:22 +0000
committerR. Ryantm2024-06-22 18:46:22 +0000
commit3556302b64fade9729a036289a48a116f25b80ea (patch)
treeb282321e20fc92251baf9bac115633e965eee992 /pkgs/by-name/pl
parent47ea5bd4873307fc2371ae1bdf508864f6a25ee8 (diff)
plasticity: 24.1.6 -> 24.1.7
Diffstat (limited to 'pkgs/by-name/pl')
-rw-r--r--pkgs/by-name/pl/plasticity/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/pl/plasticity/package.nix b/pkgs/by-name/pl/plasticity/package.nix
index 84584bf42188..2306bee07642 100644
--- a/pkgs/by-name/pl/plasticity/package.nix
+++ b/pkgs/by-name/pl/plasticity/package.nix
@@ -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;