Merge pull request #220082 from qowoz/go119

go_1_19: 1.19.6 -> 1.19.7
This commit is contained in:
Martin Weinelt
2023-03-08 02:19:49 +00:00
committed by GitHub
+2 -2
View File
@@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.19.6";
version = "1.19.7";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-1/ABP4Lm1/hizGy1yM20ju9fLiObNbqpfi8adGYEN2c=";
hash = "sha256-d1vfKFzqupQNqKL+IBIlAO/XoLZdvO6FJHhUqNdAJjM=";
};
strictDeps = true;