Skip to content

Commit

Permalink
Bump rocketpool to 13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Warfield committed Jul 16, 2024
1 parent 017f75d commit 07b3a5c
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 07b3a5c

Please sign in to comment.