cidrgrep: use new SRI hash format

This commit is contained in:
AndersonTorres 2022-06-02 21:56:16 -03:00
parent 1d75611d1c
commit 34b9e86a10

View File

@ -8,10 +8,10 @@ buildGoModule {
owner = "tomdoherty";
repo = "cidrgrep";
rev = "8ad5af533e8dc33ea18ff19b7c6a41550748fe0e";
sha256 = "sha256:0jvwm9jq5jd270b6l9nkvc5pr3rgf158sw83lrprmwmz7r4mr786";
hash = "sha256-Bp1cST6/8ppvpgNxjUpwL498C9vTJmoWOKLJgmWqfEs=";
};
vendorSha256 = "sha256:0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
postInstall = ''
mv $out/bin/cmd $out/bin/cidrgrep
@ -19,7 +19,7 @@ buildGoModule {
meta = {
description = "Like grep but for IPv4 CIDRs";
maintainers = with lib.maintainers; [ das_j ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ das_j ];
};
}