Skip to content

Commit 622926a

Browse files
katexochenzowoq
authored andcommitted
go_1_22: 1.22.10 -> 1.22.11
Signed-off-by: Paul Meyer <[email protected]>
1 parent 5d082f3 commit 622926a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/go/1.22.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ let
4949
in
5050
stdenv.mkDerivation (finalAttrs: {
5151
pname = "go";
52-
version = "1.22.10";
52+
version = "1.22.11";
5353

5454
src = fetchurl {
5555
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
56-
hash = "sha256-HpT9SL51DR+vtNmztt0xpunSc10zm/JGK8l7ZMpMEDc=";
56+
hash = "sha256-pgwj3sldEKJXYmXOWA9Xhp1awkccT0rKgFrdyeoPyf4=";
5757
};
5858

5959
strictDeps = true;

0 commit comments

Comments
 (0)