about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-30 13:34:37 +0200
committerGitHub <noreply@github.com>2024-04-30 13:34:37 +0200
commit6a98fba12b61ec5948087f11ee311640a26cba03 (patch)
tree87fad5ff6f8f2f471ed004cafe81165f8ca5ec58 /pkgs/by-name
parent422725b53c9de962e92a70da5cadb83ff48782e7 (diff)
parent68405ffb266db9592468ec47e6381cb517333b47 (diff)
Merge pull request #307877 from r-ryantm/auto-update/plasticity
plasticity: 1.4.19 -> 1.4.20
Diffstat (limited to 'pkgs/by-name')
-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 d624184c9695b..672dc986d06b1 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 = "1.4.19";
+  version = "1.4.20";
 
   src = fetchurl {
     url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
-    hash = "sha256-pbq00eMabouGP33d4wbjVvw+AZ+aBWg0e3lc3ZcAwmQ=";
+    hash = "sha256-i2n35UmRSEtkaPvJDPC2imYqgIx+qKu4bOaarYl9qQQ=";
   };
 
   passthru.updateScript = ./update.sh;