1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
8 owner = "marwan-at-work";
11 sha256 = "sha256-ZFAjiTCmx9o/rUa1vK1Fmz6sE695zzlexTyWJO05M6k=";
14 vendorHash = "sha256-5A4W99wcuXMWH0s+uykBWuKCxo8wr3GbTpUKj+Ql0os=";
18 subPackages = [ "cmd/mod" ];
21 description = "Automated Semantic Import Versioning Upgrades for Go";
23 Command line tool to upgrade/downgrade Semantic Import Versioning in Go
26 homepage = "https://github.com/marwan-at-work/mod";
27 license = licenses.mit;
28 maintainers = with maintainers; [ kalbasit ];
29 platforms = platforms.linux ++ platforms.darwin;