go_1_19: 1.19.8 -> 1.19.9

Changelog: https://go.dev/doc/devel/release#go1.19
This commit is contained in:
zowoq 2023-05-03 09:32:39 +10:00
parent 9c8f8ee11a
commit 5f05c243c4

View File

@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.19.8";
version = "1.19.9";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-HXpnkp3Mr+r4op5VmFvCt4ngSZyxoXEAA58ITjI42i8=";
hash = "sha256-ExGQpGl6cMWx0jLfXT9Vo/nsDnjkBRYZb/s/Ca5qV0Q=";
};
strictDeps = true;