Merge pull request #267653 from aaronjheng/magnetico

magnetico: pin to go1.20
This commit is contained in:
Nick Cao 2023-11-15 09:15:39 -05:00 committed by GitHub
commit aeff7b93b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33556,7 +33556,9 @@ with pkgs;
markscribe = callPackage ../tools/text/markscribe { };
magnetico = callPackage ../applications/networking/p2p/magnetico { };
magnetico = callPackage ../applications/networking/p2p/magnetico {
buildGoModule = buildGo120Module;
};
mastodon-bot = nodePackages.mastodon-bot;