summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Thakur <harshthakur9030@gmail.com>2024-01-10 02:29:49 +0530
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-18 05:19:10 +0000
commit8f99c3dabd0ad623403fa936881a60ec8b01a987 (patch)
tree8b319be54d67fb00009685e856011eadcb9b5785
parentMerge pull request #289585 from NixOS/backport-288039-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-279903-to-release-23.11.tar.gz
Changelog: https://go.dev/doc/devel/release#go1.21 Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com> (cherry picked from commit 1332fa0d74e3b403d8540640cb185203e5994ec4)
-rw-r--r--pkgs/development/compilers/go/1.21.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/go/1.21.nix b/pkgs/development/compilers/go/1.21.nix
index 715050cc0a73..7355503437bb 100644
--- a/pkgs/development/compilers/go/1.21.nix
+++ b/pkgs/development/compilers/go/1.21.nix
@@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
- version = "1.21.5";
+ version = "1.21.6";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
- hash = "sha256-KFy730tubmLtWPNw8/bYwwgl1uVsWFPGbTwjvNsJ2xk=";
+ hash = "sha256-Ekkmpi5F942qu67bnAEdl2MxhqM8I4/8HiUyDAIEYkg=";
};
strictDeps = true;