go_1_21: 1.21rc3 -> 1.21rc4

Changelog: https://go.dev/doc/devel/release#go1.21
This commit is contained in:
zowoq
2023-08-03 12:24:07 +10:00
parent 67633c2a6f
commit 95c1cbdae9
+2 -2
View File
@@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.21rc3";
version = "1.21rc4";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-nelqLxUZapxpy5qxIsnCquzKMOyUSMqnFUPq6xnKkas=";
hash = "sha256-IyTyDxERKuw+XV5CjQRoYaNOT5neCrgqjZFNJrj7Af0=";
};
strictDeps = true;