Skip to content

Commit

Permalink
Problem: go 1.20.4 is not used (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed May 29, 2023
1 parent d65e6f3 commit 03fc136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/build_overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ final: super: {
};
rocksdb = final.callPackage ./rocksdb.nix { };
go_1_20 = super.go_1_20.overrideAttrs (prev: rec {
version = "1.20.3";
version = "1.20.4";
src = final.fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-5Ee0mM3lAhXE92GeUSSw/E4l+10W6kcnHEfyeOeqdjo=";
hash = "sha256-nzSs4Sh2S3o6SyOLgFhWzBshhDBN+eVpCCWwcQ9CAtY=";
};
});
}

0 comments on commit 03fc136

Please sign in to comment.