Skip to content

Commit 38cb010

Browse files
patrickodwillnorris
authored andcommitted
flake.nix: bump flake & build 1.22 go module
Resolve broken nix build due to us using Go 1.21 to build a 1.22 minimum package. Signed-off-by: Patrick O'Doherty <[email protected]>
1 parent 9583fd9 commit 38cb010

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
pkgs = nixpkgs.legacyPackages.${prev.system};
2525
in
2626
rec {
27-
golink = pkgs.buildGo121Module rec {
27+
golink = pkgs.buildGo122Module rec {
2828
pname = "golink";
2929
version = golinkVersion;
3030
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
3131

32-
vendorHash = "sha256-R/o3csZC/M9nm0k5STL7AhbG5J4LtdxqKaVjM/9ggW8="; # SHA based on vendoring go.mod
32+
vendorHash = "sha256-8s0JadyA8IvfC6zGFJJHrKZHIwBxPLXDfbgy02unqz0="; # SHA based on vendoring go.mod
3333
};
3434
};
3535
}

0 commit comments

Comments
 (0)