File tree Expand file tree Collapse file tree
pkgs/os-specific/darwin/smimesign Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33buildGoModule rec {
44 pname = "smimesign" ;
5- version = "v0.0.13 " ;
5+ version = "0.1.0 " ;
66
77 src = fetchFromGitHub {
8- owner = "github" ;
9- repo = "smimesign" ;
10- rev = version ;
11- sha256 = "0higcg2rdz02c0n50vigg7w7bxc7wlmg1x2ygrbh3iwms5lc74vi " ;
8+ owner = "github" ;
9+ repo = "smimesign" ;
10+ rev = "v ${ version } " ;
11+ sha256 = "12f8vprp4v78l9ifrlql0mvpyw5qa8nlrh5ajq5js8wljzpx7wsv " ;
1212 } ;
1313
14- vendorSha256 = "00000000000000000hlvwysx045nbw0xr5nngh7zj1wcqxhhm206 " ;
14+ vendorSha256 = "1cldxykm9qj5rvyfafam45y5xj4f19700s2f9w7ndhxgfp9vahvz " ;
1515
16- doCheck = false ;
17-
18- buildFlagsArray = "-ldflags=-X main.versionString=${ version } " ;
16+ buildFlagsArray = "-ldflags=-X main.versionString=v${ version } " ;
1917
2018 meta = with lib ; {
21- description = "An S/MIME signing utility for macOS and Windows that is compatible with Git." ;
22-
23- homepage = "https://github.com/github/smimesign" ;
24- license = licenses . mit ;
25- platforms = platforms . darwin ;
19+ description = "An S/MIME signing utility for macOS and Windows that is compatible with Git" ;
20+ homepage = "https://github.com/github/smimesign" ;
21+ license = licenses . mit ;
22+ platforms = platforms . darwin ++ platforms . windows ;
2623 maintainers = [ maintainers . enorris ] ;
2724 } ;
2825}
You can’t perform that action at this time.
0 commit comments