bandwhich: 0.15.0 -> 0.16.0

https://github.com/imsnif/bandwhich/releases/tag/0.16.0
This commit is contained in:
Maximilian Bosch 2020-07-13 17:21:49 +02:00
parent 19f85b0f20
commit 5d9c045af2
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.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "imsnif";
repo = pname;
rev = version;
sha256 = "09qr8s136ilqa9r5yjys2mnyyprhancn5n4maqmlfbjrz590g6nb";
sha256 = "074bgdgv6flg5xjzk7sxgqsy89ygnx7swhaqz75vvrcpx9ldysvz";
};
cargoSha256 = "0awm79gbip3p2k3qr08n0p9lmmbnibnhvz06qzcj27gvmdxs8xvz";
cargoSha256 = "0aq3k64g04l03h42cnnpljqffkkl1gdg6r5rqi237h0jrhci8c7w";
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;