about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorlassulus <github@lassul.us>2024-06-26 16:27:04 +0200
committerGitHub <noreply@github.com>2024-06-26 16:27:04 +0200
commit4e7d80131e8c9493a758b3bd03e9c4b36efe2cb4 (patch)
treefd04e6b55bb02d0c3f47a1d41675239b6e5fd7fb /pkgs/applications
parent9a823653b8f068537c28fd44c60dffbf72125afe (diff)
parent2466aa7a209b518a05dafa52dd262fda1808b719 (diff)
Merge pull request #319182 from r-ryantm/auto-update/bitcoind-abc
bitcoind-abc: 0.29.6 -> 0.29.7
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/blockchains/bitcoin-abc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/bitcoin-abc/default.nix b/pkgs/applications/blockchains/bitcoin-abc/default.nix
index 8389779a2c8a0..857467c967392 100644
--- a/pkgs/applications/blockchains/bitcoin-abc/default.nix
+++ b/pkgs/applications/blockchains/bitcoin-abc/default.nix
@@ -25,13 +25,13 @@
 
 mkDerivation rec {
   pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-abc";
-  version = "0.29.6";
+  version = "0.29.7";
 
   src = fetchFromGitHub {
     owner = "bitcoin-ABC";
     repo = "bitcoin-abc";
     rev = "v${version}";
-    hash = "sha256-q+7NoZQDzEXBOFeob9Om5mnuocbaYjvdckv7Cur7nCI=";
+    hash = "sha256-+9uBmmdQ/shWYnJ7tM+Y8OgqYcQHHI2qeMw2tl1lE+w=";
   };
 
   nativeBuildInputs = [ pkg-config cmake ];