about summary refs log tree commit diff
path: root/pkgs/by-name/pl
diff options
context:
space:
mode:
authorR. Ryantm2024-08-07 08:04:27 +0000
committerR. Ryantm2024-08-07 08:04:27 +0000
commite2752d3f754f4746eb7a089541dd5fc4c7eb1502 (patch)
tree48d661061f227acdf8a3cc7283ed1a6316ad8777 /pkgs/by-name/pl
parent28d6d07b92aab729d001a8f9deb8e260235d12d4 (diff)
plasticity: 24.1.7 -> 24.1.8
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 2306bee07642..dcc33000da72 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.7";
+  version = "24.1.8";
 
   src = fetchurl {
     url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
-    hash = "sha256-HVAQXDfj/5UoOGvgrOW09xFeVv4MF/wXqxtRdwZAqso=";
+    hash = "sha256-Hh1yf3JqzMEvorWztLvoTcnDAk48cNe7NcCLrvNQCzo=";
   };
 
   passthru.updateScript = ./update.sh;