go_1_20: 1.20 -> 1.20.1

This commit is contained in:
zowoq 2023-02-15 07:23:30 +10:00
parent afc23f5455
commit 4ffd5a8684

View File

@ -46,11 +46,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "go"; pname = "go";
version = "1.20"; version = "1.20.1";
src = fetchurl { src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz"; url = "https://go.dev/dl/go${version}.src.tar.gz";
sha256 = "sha256-Oin/BCG+r2MpKSuKRjEcn78GyAAHfO3e9ft/jVsazjM="; hash = "sha256-tcGjr1LDhabRx2rtU2HPJkWQI5gNAyDedli645FYMaI=";
}; };
strictDeps = true; strictDeps = true;