bandwhich: 0.7.0 -> 0.8.0

https://github.com/imsnif/bandwhich/releases/tag/0.8.0
This commit is contained in:
Maximilian Bosch 2020-01-09 21:49:53 +01:00
parent f603e61097
commit 7ee263e699
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "bandwhich";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "imsnif";
repo = pname;
rev = version;
sha256 = "1qrxxy6vhac1g6jzg30lqwcpjffyk2297jkd9j4rmwwf5cgip58a";
sha256 = "1pd0hy17knalq4m5517ymbg95fa141843ir9283djlh3iqfgkm37";
};
cargoSha256 = "1rixpljqddwhryddzni5l6m4sjyn1krrj0ig0rzc701am7srhg3a";
cargoSha256 = "14mb6rbjxv3r8awvy0rjc23lyhg92q1q1dik6q1za1aq9w8yipwf";
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/imsnif/bandwhich";
license = licenses.mit;
maintainers = with maintainers; [ filalex77 ];
maintainers = with maintainers; [ filalex77 ma27 ];
platforms = platforms.unix;
};
}