Skip to content

Commit 240342f

Browse files
authored
Merge branch 'master' into master
2 parents c02131d + 7b9ba4d commit 240342f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/build_overlay.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ final: super: {
66
};
77
rocksdb = final.callPackage ./rocksdb.nix { };
88
go_1_20 = super.go_1_20.overrideAttrs (prev: rec {
9-
version = "1.20.3";
9+
version = "1.20.4";
1010
src = final.fetchurl {
1111
url = "https://go.dev/dl/go${version}.src.tar.gz";
12-
hash = "sha256-5Ee0mM3lAhXE92GeUSSw/E4l+10W6kcnHEfyeOeqdjo=";
12+
hash = "sha256-nzSs4Sh2S3o6SyOLgFhWzBshhDBN+eVpCCWwcQ9CAtY=";
1313
};
1414
});
1515
}

0 commit comments

Comments
 (0)