about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-11 01:19:09 +0100
committerGitHub <noreply@github.com>2024-01-11 01:19:09 +0100
commit2f7f9e4ae3bead5b6a2b9939298c518b463fb61f (patch)
tree4f8a2d3e568fb9fde31ee481a0e856c56e8b8419
parentb01852a162216ff5521c43254986fe3048a35f56 (diff)
parentfa4bee28ad1df7067185e1b7ac341033cd0ef440 (diff)
downloadnixlib-2f7f9e4ae3bead5b6a2b9939298c518b463fb61f.tar
nixlib-2f7f9e4ae3bead5b6a2b9939298c518b463fb61f.tar.gz
nixlib-2f7f9e4ae3bead5b6a2b9939298c518b463fb61f.tar.bz2
nixlib-2f7f9e4ae3bead5b6a2b9939298c518b463fb61f.tar.lz
nixlib-2f7f9e4ae3bead5b6a2b9939298c518b463fb61f.tar.xz
nixlib-2f7f9e4ae3bead5b6a2b9939298c518b463fb61f.tar.zst
nixlib-2f7f9e4ae3bead5b6a2b9939298c518b463fb61f.zip
Merge pull request #279908 from LeSuisse/go-1.20.13
go_1_20: 1.20.12 -> 1.20.13
-rw-r--r--pkgs/development/compilers/go/1.20.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/go/1.20.nix b/pkgs/development/compilers/go/1.20.nix
index 0b83a57994c2..2adeaf69bb11 100644
--- a/pkgs/development/compilers/go/1.20.nix
+++ b/pkgs/development/compilers/go/1.20.nix
@@ -46,11 +46,11 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "go";
-  version = "1.20.12";
+  version = "1.20.13";
 
   src = fetchurl {
     url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
-    hash = "sha256-xb+TR1HTHDFcHQu1+wIpZUX6bQiSNWb3pa/sgfLtJ9Y=";
+    hash = "sha256-D+dFxTDy8dZxk688XqJSRr4HeYnsUXjfJm6XXzUyRJ4=";
   };
 
   strictDeps = true;