Loading pkgs/development/compilers/go/1.21.nix +2 −2 Original line number Diff line number Diff line Loading @@ -46,11 +46,11 @@ let in stdenv.mkDerivation rec { pname = "go"; version = "1.21.0"; version = "1.21.1"; src = fetchurl { url = "https://go.dev/dl/go${version}.src.tar.gz"; hash = "sha256-gY1G7ehWgt1VGtN47zek0kcAbxLsWbW3VWAdLOEUNpo="; hash = "sha256-v6Nr916aHpy725q8+dFwfkeb06B4gKiuNWTK7lcRy5k="; }; strictDeps = true; Loading Loading
pkgs/development/compilers/go/1.21.nix +2 −2 Original line number Diff line number Diff line Loading @@ -46,11 +46,11 @@ let in stdenv.mkDerivation rec { pname = "go"; version = "1.21.0"; version = "1.21.1"; src = fetchurl { url = "https://go.dev/dl/go${version}.src.tar.gz"; hash = "sha256-gY1G7ehWgt1VGtN47zek0kcAbxLsWbW3VWAdLOEUNpo="; hash = "sha256-v6Nr916aHpy725q8+dFwfkeb06B4gKiuNWTK7lcRy5k="; }; strictDeps = true; Loading