From 4ba5f26780e7a27aa2e97676603cd9ef04f11e74 Mon Sep 17 00:00:00 2001 From: Luke Rewega Date: Tue, 12 Apr 2022 21:27:41 -0400 Subject: [PATCH] go_1_18: 1.18 -> 1.18.1 --- pkgs/development/compilers/go/1.18.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/go/1.18.nix b/pkgs/development/compilers/go/1.18.nix index a4cb013d94f2..94e5ac3eccf6 100644 --- a/pkgs/development/compilers/go/1.18.nix +++ b/pkgs/development/compilers/go/1.18.nix @@ -55,11 +55,11 @@ in stdenv.mkDerivation rec { pname = "go"; - version = "1.18"; + version = "1.18.1"; src = fetchurl { url = "https://go.dev/dl/go${version}.src.tar.gz"; - sha256 = "sha256-OPQj20zINIg/K1I0QoL6ejn7uTZQ3GKhH98L5kCb2tY="; + sha256 = "sha256-79Q+DxQC4IO3OgPURLe2V2u0xTmsRiCLY6kWtprKQIg="; }; # perl is used for testing go vet