We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c02131d + 7b9ba4d commit 240342fCopy full SHA for 240342f
nix/build_overlay.nix
@@ -6,10 +6,10 @@ final: super: {
6
};
7
rocksdb = final.callPackage ./rocksdb.nix { };
8
go_1_20 = super.go_1_20.overrideAttrs (prev: rec {
9
- version = "1.20.3";
+ version = "1.20.4";
10
src = final.fetchurl {
11
url = "https://go.dev/dl/go${version}.src.tar.gz";
12
- hash = "sha256-5Ee0mM3lAhXE92GeUSSw/E4l+10W6kcnHEfyeOeqdjo=";
+ hash = "sha256-nzSs4Sh2S3o6SyOLgFhWzBshhDBN+eVpCCWwcQ9CAtY=";
13
14
});
15
}
0 commit comments