Skip to content

Commit

Permalink
fulcrum: 1.10.0 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 9, 2024
1 parent 7cf6063 commit ed95dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/fulcrum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "fulcrum";
version = "1.10.0";
version = "1.11.0";

src = fetchFromGitHub {
owner = "cculianu";
repo = "Fulcrum";
rev = "v${version}";
sha256 = "sha256-HTyOlbrmZHN2MbG70auGkuPPo3fTN/oCHi6Lwnq+gKk=";
sha256 = "sha256-VY6yUdmU8MLwSH3VeAWCGbdouOxGrhDc1usYj70jrd8=";
};

nativeBuildInputs = [ pkg-config qmake ];
Expand Down

0 comments on commit ed95dfa

Please sign in to comment.