Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

go_1_16: 1.16.4 -> 1.16.5

(cherry picked from commit b3a05d2ccb78b2c64d65f38b3516bfa84348a1b4)

authored by zowoq and committed by Maxine Aubrey ef2a4082 f6cc8cb2

Changed files
+2 -2
pkgs
development
compilers
+2 -2
pkgs/development/compilers/go/1.16.nix
··· 11 11 12 12 inherit (lib) optionals optionalString; 13 13 14 - version = "1.16.4"; 14 + version = "1.16.5"; 15 15 16 16 go_bootstrap = buildPackages.callPackage ./bootstrap.nix { }; 17 17 ··· 45 45 46 46 src = fetchurl { 47 47 url = "https://dl.google.com/go/go${version}.src.tar.gz"; 48 - sha256 = "sha256-rk9rbioWd9MYF5hGVadiB0tTVtpQ+1hyK5kQSHDUNQM="; 48 + sha256 = "sha256-e/p+WQjHzJ512l3fMGbXy88/2fpRlFhRMl7rwX9QuoA="; 49 49 }; 50 50 51 51 # perl is used for testing go vet