Skip to content

Commit

Permalink
Merge pull request #318518 from r-ryantm/auto-update/fulcrum
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Jun 9, 2024
2 parents 625834b + ed95dfa commit d713628
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 d713628

Please sign in to comment.