Skip to content

Commit bde1abc

Browse files
rocketpool: 1.18.2 -> 1.18.3
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b75e5be commit bde1abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/rocketpool/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
buildGoModule rec {
77
pname = "rocketpool";
8-
version = "1.18.2";
8+
version = "1.18.3";
99

1010
src = fetchFromGitHub {
1111
owner = "rocket-pool";
1212
repo = "smartnode";
1313
rev = "v${version}";
14-
hash = "sha256-iJxuVhH8npmLwvlp9Q3hap3MN5l+708MURhE0x+Pybg=";
14+
hash = "sha256-P3N4FohT1q7SOH89pTTzu5sRSrXg+7zcnI6kDjNSvtM=";
1515
};
1616

1717
vendorHash = "sha256-fmmeANTesBbC8Nf7NasUUAvzn+w68xm0HjttY4UD2eU=";

0 commit comments

Comments
 (0)