Skip to content

Commit b91857f

Browse files
erigon: 3.2.0 -> 3.2.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b6bc51 commit b91857f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/erigon/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildGoModule rec {
88
pname = "erigon";
9-
version = "3.2.0";
9+
version = "3.2.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "erigontech";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-PmQRNXHh39OR5XQqBheHUee/ugvK7oPZb4Lfh2Rn30U=";
15+
hash = "sha256-C1AwymE32oXisRoliS6f3I8fcUmcAFe3TmeXGs1puGA=";
1616
fetchSubmodules = true;
1717
};
1818

0 commit comments

Comments
 (0)