broot: 0.11.8 -> 0.11.9, verifyCargoDeps

https://github.com/Canop/broot/releases/tag/v0.11.9
This commit is contained in:
Will Dietz 2020-01-15 20:46:13 -06:00
parent 2628f20267
commit 567655c200
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,16 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
version = "0.11.8";
version = "0.11.9";
src = fetchFromGitHub {
owner = "Canop";
repo = pname;
rev = "v${version}";
sha256 = "1pbjlfwv4s50s731ryrcc54200g2i04acdxrxk4kpcvi6b19kbky";
sha256 = "1kif1113qdxg4hr1mfgg1fh10zgl9cl117cm1bfjaabw11k75cvj";
};
cargoSha256 = "07ncclp4yqqr2lncw4bbcmknm09qzmdcq8iwkhyyfiy3fpyw9hqc";
cargoSha256 = "0636qkgkw027s5dz2mryhghlm6kn3s7cfy4i8rxywr8r3w8c40y0";
verifyCargoDeps = true;
nativeBuildInputs = [ installShellFiles ];