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.
1 parent 5d082f3 commit 622926aCopy full SHA for 622926a
pkgs/development/compilers/go/1.22.nix
@@ -49,11 +49,11 @@ let
49
in
50
stdenv.mkDerivation (finalAttrs: {
51
pname = "go";
52
- version = "1.22.10";
+ version = "1.22.11";
53
54
src = fetchurl {
55
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
56
- hash = "sha256-HpT9SL51DR+vtNmztt0xpunSc10zm/JGK8l7ZMpMEDc=";
+ hash = "sha256-pgwj3sldEKJXYmXOWA9Xhp1awkccT0rKgFrdyeoPyf4=";
57
};
58
59
strictDeps = true;
0 commit comments