Skip to content

Commit

Permalink
rocketpool: 1.12.1 -> 1.13.7 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekimber authored Jul 25, 2024
1 parent 2185014 commit 52e6680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/rocketpool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "rocketpool";
version = "1.12.1";
version = "1.13.7";

src = fetchFromGitHub {
owner = "rocket-pool";
repo = "smartnode";
rev = "v${version}";
hash = "sha256-T6IvtfS808lDhODEG0Lr1B8MJXy5QAxvjzwowpgMgvE=";
hash = "sha256-yv04dsLhHG8hI/xoFMUnJo2UeXDjePuYXHjS0NCnypY=";
};

vendorHash = "sha256-W5DiHrthiPdYYiR9Esnghrs8a7+UzdPlVYRRwDjpnFU=";
vendorHash = "sha256-dDup2mCx2WcrW5XLpZOe7skWRyQKoQttMb2jrLVnu4E=";

subPackages = ["rocketpool-cli"];

Expand Down

0 comments on commit 52e6680

Please sign in to comment.