about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-18 03:25:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-18 03:25:24 +0000
commit9d228c10ba1d25c37abfa82a497f34d188fd7359 (patch)
tree0d71a89814b6f2df3114a367f801bf3f8db725d8
parent39fe94351124f3f5eb0f51fcf65d1b289e774890 (diff)
fulcrum: 1.9.0 -> 1.9.1
-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 28571a57e1a04..4676eb5b7766a 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.9.0";
+  version = "1.9.1";
 
   src = fetchFromGitHub {
     owner = "cculianu";
     repo = "Fulcrum";
     rev = "v${version}";
-    sha256 = "sha256-HAA5YRShLzxVP9aIP1RdDH09cZqjiZhZOxxc2EVGvx8=";
+    sha256 = "sha256-guvOs/HsSuj5QOMTzmKxMaC8iUyTkVgEpp8pQ63aIIQ=";
   };
 
   nativeBuildInputs = [ pkg-config qmake ];