Skip to content

Commit

Permalink
buildGo123Module
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Aug 22, 2024
1 parent d01d30b commit c92a090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
inherit (pkgs) stdenv lib ;
in
{
${pname} = pkgs.buildGo122Module rec {
${pname} = pkgs.buildGo123Module rec {
inherit pname self;
version = lib.fileContents ./VERSION;
gitCommit = if (self ? rev) then self.rev else self.dirtyRev;
Expand Down

0 comments on commit c92a090

Please sign in to comment.