mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
proto-contrib: fix hash, remove redundand platforms
This commit is contained in:
parent
18952893c9
commit
49cdf782dc
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "0ksxic7cypv9gg8q5lkl5bla1n9i65z7b03cx9lwq6252glmf2jk";
|
||||
};
|
||||
|
||||
vendorSha256 = "093blawprs2yf478zp9p1zc7mmimgpiwrw6nh8nqml89y5b5zldc";
|
||||
vendorSha256 = "sha256-XAFB+DDWN7CLfNxIBqYJy88gUNrUJYExzy2/BFnBe8c=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
@ -20,6 +20,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/emicklei/proto-contrib";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user