go_1_19: 1.19.6 -> 1.19.7
Changelog: https://go.dev/doc/devel/release#go1.19
This commit is contained in:
parent
0c009e1824
commit
dfccc488db
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue