about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-24 17:58:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-24 17:58:42 +0000
commitb96f08ead62085216ed7b0746c7259995decc545 (patch)
treeae01bcfcb3e56caad801f6b1344ba4bbbd3a0e92
parentb10a520017ac319c1e57b07742efd2bcc918d160 (diff)
fulcrum: 1.8.2 -> 1.9.0
-rw-r--r--pkgs/applications/blockchains/fulcrum/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/fulcrum/default.nix b/pkgs/applications/blockchains/fulcrum/default.nix
index 02efa6f26974d..28571a57e1a04 100644
--- a/pkgs/applications/blockchains/fulcrum/default.nix
+++ b/pkgs/applications/blockchains/fulcrum/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fulcrum";
-  version = "1.8.2";
+  version = "1.9.0";
 
   src = fetchFromGitHub {
     owner = "cculianu";
     repo = "Fulcrum";
     rev = "v${version}";
-    sha256 = "sha256-sX9GeY+c/mcsAWApQ0E5LwoXZgWUC4w7YY8/PEzMhl8=";
+    sha256 = "sha256-HAA5YRShLzxVP9aIP1RdDH09cZqjiZhZOxxc2EVGvx8=";
   };
 
   nativeBuildInputs = [ pkg-config qmake ];