Merge pull request #229339 from marsam/doggo-go-1.19

doggo: build with Go 1.19
This commit is contained in:
Mario Rodas
2023-05-01 18:19:43 -05:00
committed by GitHub
+1 -1
View File
@@ -6839,7 +6839,7 @@ with pkgs;
};
doggo = callPackage ../tools/networking/doggo {
buildGoModule = buildGo118Module; # build fails with 1.19
buildGoModule = buildGo119Module; # build fails with 1.20
};
dosfstools = callPackage ../tools/filesystems/dosfstools { };