about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-24 10:36:32 -0400
committerGitHub <noreply@github.com>2024-03-24 10:36:32 -0400
commitc04a0a128c613578ca6fd5a8923b344692118fc7 (patch)
tree73ea77b8de6166166968f5ba2625c1e8206f0ba5
parentcbd461f0dda42ae025be517837e4ebafe1b717b0 (diff)
parent91fa9442d9dfbb59f377ab04216565a2f6dcdc28 (diff)
Merge pull request #298500 from r-ryantm/auto-update/plasticity
plasticity: 1.4.15 -> 1.4.18
-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 563cff99bb68b..0179494ac659f 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.15";
+  version = "1.4.18";
 
   src = fetchurl {
     url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
-    hash = "sha256-wiUpDsfGVkhyjoXVpxaw3fqpo1aAfi0AkkvlkAZxTYI=";
+    hash = "sha256-iSGYc8Ms6Kk4JhR2q/yUq26q1adbrZe4Gnpw5YAN1L4=";
   };
 
   passthru.updateScript = ./update.sh;