Skip to content

Commit b19e7e6

Browse files
committed
rocketpool{,d}: 1.15.3 -> 1.15.6
1 parent b14ded8 commit b19e7e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/ro/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.15.3";
8+
version = "1.15.6";
99

1010
src = fetchFromGitHub {
1111
owner = "rocket-pool";
1212
repo = "smartnode";
1313
rev = "v${version}";
14-
hash = "sha256-DX1e44m22em1wO1rSsUYOHfbBiTgq8bBTjPpdNsxrDg=";
14+
hash = "sha256-vXk7WgN77SWDVzOs5QBJsPO8O4AJiS+VbUl1xNmZOP0=";
1515
};
1616

1717
vendorHash = "sha256-tsrhti14Lj/yc8IZbiWi5wqDxJh4/m3FR2cpu1bh/hg=";

pkgs/by-name/ro/rocketpoold/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
# this can likely be removed in the next upstream version
1111
buildGo123Module rec {
1212
pname = "rocketpool";
13-
version = "1.15.3";
13+
version = "1.15.6";
1414

1515
src = fetchFromGitHub {
1616
owner = "rocket-pool";
1717
repo = "smartnode";
1818
rev = "v${version}";
19-
hash = "sha256-DX1e44m22em1wO1rSsUYOHfbBiTgq8bBTjPpdNsxrDg=";
19+
hash = "sha256-vXk7WgN77SWDVzOs5QBJsPO8O4AJiS+VbUl1xNmZOP0=";
2020
};
2121

2222
vendorHash = "sha256-tsrhti14Lj/yc8IZbiWi5wqDxJh4/m3FR2cpu1bh/hg=";

0 commit comments

Comments
 (0)