go_1_19: 1.19.3 -> 1.19.4

https://github.com/golang/go/releases/tag/go1.19.4
This commit is contained in:
zowoq 2022-12-07 06:10:04 +10:00
parent 8bc69af9f3
commit 5b349b72d5

View File

@ -45,11 +45,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.19.3";
version = "1.19.4";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
sha256 = "sha256-GKwmPjkhC89o2F9DcOl/sXNBZplaH2P7OLT24H2Q0hI=";
sha256 = "sha256-7adNtKxJSACj5m7nhOSVv7ubjlNd+SSosBsagCi382g=";
};
strictDeps = true;