go_1_19: 1.19.6 -> 1.19.7

Changelog: https://go.dev/doc/devel/release#go1.19
This commit is contained in:
zowoq 2023-03-08 08:46:58 +10:00
parent 0c009e1824
commit dfccc488db

View file

@ -47,11 +47,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "go"; pname = "go";
version = "1.19.6"; version = "1.19.7";
src = fetchurl { src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz"; url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-1/ABP4Lm1/hizGy1yM20ju9fLiObNbqpfi8adGYEN2c="; hash = "sha256-d1vfKFzqupQNqKL+IBIlAO/XoLZdvO6FJHhUqNdAJjM=";
}; };
strictDeps = true; strictDeps = true;