about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-08-02 09:17:02 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-08-03 12:23:27 +1000
commitfa88f4a8be9f07dba272894a2ddbdd57e9f5b204 (patch)
tree8545ec925ef4c4897ca1582a7d752a936fff2885 /pkgs/development
parentcf684a79f7487af34aa3de8ee85ce198c30a032c (diff)
go_1_19: 1.19.11 -> 1.19.12
Changelog: https://go.dev/doc/devel/release#go1.19
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/go/1.19.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/go/1.19.nix b/pkgs/development/compilers/go/1.19.nix
index 53da9af55357b..0ce8fcc659a88 100644
--- a/pkgs/development/compilers/go/1.19.nix
+++ b/pkgs/development/compilers/go/1.19.nix
@@ -47,11 +47,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "go";
-  version = "1.19.11";
+  version = "1.19.12";
 
   src = fetchurl {
     url = "https://go.dev/dl/go${version}.src.tar.gz";
-    hash = "sha256-4lyaty2BEUK39B/22lFl/sLRvl/uw+8sZrwL3stDFIk=";
+    hash = "sha256-7l1Q4Kf9dLobE3y4eWCaqu+YgL9ytdF0IQDjiucrtVc=";
   };
 
   strictDeps = true;