gophernotes: pin to go 1.17

This commit is contained in:
Sandro Jäckel
2022-07-15 23:50:59 +02:00
parent e79ebaa175
commit 6404ddae04
+3 -1
View File
@@ -26811,7 +26811,9 @@ with pkgs;
gopher = callPackage ../applications/networking/gopher/gopher { };
gophernotes = callPackage ../applications/editors/gophernotes { };
gophernotes = callPackage ../applications/editors/gophernotes {
buildGoModule = buildGo117Module;
};
goxel = callPackage ../applications/graphics/goxel { };