about summary refs log tree commit diff
path: root/pkgs/tools/misc/aspcud
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 04:07:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 04:07:40 +0000
commitb0c160b51a6b96c4b2e5e528cc552627bf6e73e0 (patch)
tree2c5ce47f3e8c4fdfa4f34b926261e0d4e00441e5 /pkgs/tools/misc/aspcud
parent6c36cf7d3f28d923b6333813d6b0188c5e2a4914 (diff)
aspcud: 1.9.5 -> 1.9.6
Diffstat (limited to 'pkgs/tools/misc/aspcud')
-rw-r--r--pkgs/tools/misc/aspcud/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/aspcud/default.nix b/pkgs/tools/misc/aspcud/default.nix
index 12cc6572abcb9..690e69b80642b 100644
--- a/pkgs/tools/misc/aspcud/default.nix
+++ b/pkgs/tools/misc/aspcud/default.nix
@@ -10,14 +10,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "1.9.5";
+  version = "1.9.6";
   pname = "aspcud";
 
   src = fetchFromGitHub {
     owner = "potassco";
     repo = "aspcud";
     rev = "v${version}";
-    hash = "sha256-d04GPMoz6PMGq6iiul0zT1C9Mljdl9uJJ2C8MIwcmaw=";
+    hash = "sha256-PdRfpmH7zF5dn+feoijtzdSUjaYhjHwyAUfuYoWCL9E=";
   };
 
   postPatch = ''