We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a78c493 + a4a78c5 commit 6a824c3Copy full SHA for 6a824c3
pkgs/development/compilers/go/1.23.nix
@@ -27,11 +27,11 @@ let
27
in
28
stdenv.mkDerivation (finalAttrs: {
29
pname = "go";
30
- version = "1.23.9";
+ version = "1.23.10";
31
32
src = fetchurl {
33
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
34
- hash = "sha256-CPZBlUdWPtnnA30SuciQlnfHL3X2LvhYh+2dv0m40t0=";
+ hash = "sha256-gAp64b/xeaIntlOi9kRRfIAEQ7i0q/MnOvXhy3ET3lk=";
35
};
36
37
strictDeps = true;
0 commit comments