norouter: pin to go 1.18

This commit is contained in:
zowoq
2022-10-11 08:06:02 +10:00
parent eb307f8075
commit 5a8dcde91a
+3 -1
View File
@@ -30082,7 +30082,9 @@ with pkgs;
normalize = callPackage ../applications/audio/normalize { };
norouter = callPackage ../tools/networking/norouter { };
norouter = callPackage ../tools/networking/norouter {
buildGoModule = buildGo118Module; # tests fail with 1.19
};
mailspring = callPackage ../applications/networking/mailreaders/mailspring {};