go_1_19: 1.19.12 -> 1.19.13

Changelog: https://go.dev/doc/devel/release#go1.19
This commit is contained in:
zowoq 2023-09-07 08:52:09 +10:00
parent d78d760dae
commit 21dc6b7052

View File

@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.19.12";
version = "1.19.13";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-7l1Q4Kf9dLobE3y4eWCaqu+YgL9ytdF0IQDjiucrtVc=";
hash = "sha256-zPNrU/sAJKAXNTw92yLB8AvHqAc8aqx5BC2iTuNENNM=";
};
strictDeps = true;