about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-31 13:31:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-31 13:31:17 +0000
commitd0cdff7e63f93fa40a53c46d66268617e3d6f410 (patch)
tree1ac6774ab46c9920487b6824c74857483a3f2208
parent04ba740f89b23001077df136c216a885371533ad (diff)
fulcrum: 1.9.2 -> 1.9.3
-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 584d6927d73af..586431bd4634c 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.2";
+  version = "1.9.3";
 
   src = fetchFromGitHub {
     owner = "cculianu";
     repo = "Fulcrum";
     rev = "v${version}";
-    sha256 = "sha256-iHVrJySNdbZ9RXP7QgsDy2o2U/EISAp1/9NFpcEOGeI=";
+    sha256 = "sha256-hSunoltau1eG0DDM/bxZ/ssxd7pbutNC34Nwtbu9Fqk=";
   };
 
   nativeBuildInputs = [ pkg-config qmake ];