Skip to content

Commit 5953b83

Browse files
committed
erigon: 3.3.7 -> 3.3.9
1 parent d66e947 commit 5953b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/erigon/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}:
1313
buildGoModule rec {
1414
pname = "erigon";
15-
version = "3.3.7";
15+
version = "3.3.9";
1616

1717
src = fetchFromGitHub {
1818
owner = "erigontech";
1919
repo = pname;
2020
rev = "v${version}";
21-
hash = "sha256-pvwZ71/68jrRqTIPQdmlhJ/BLFhsNjmtcVfiqIC274c=";
21+
hash = "sha256-pHK+a8H3ugzHa4uDHUb7SPxPA3zTZ3KvyahZIUSJ6mA=";
2222
fetchSubmodules = true;
2323
};
2424

0 commit comments

Comments
 (0)