1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
8 owner = "marwan-at-work";
11 sha256 = "sha256-7J9BEJ43mNbz6vjeN7Ygn/z+DOp8aGGZI9FhRALFOUk=";
14 vendorSha256 = "sha256-NvTbQcYGMyQ/bfNTJ3eC28n9TIU4HkcD3ij2o9EBX3Y=";
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;