Merge pull request #195785 from kilianar/broot-1.16.1

broot: 1.16.0 -> 1.16.1
This commit is contained in:
Jörg Thalheim 2022-10-13 13:45:53 +02:00 committed by GitHub
commit 28c491f093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.16.0";
version = "1.16.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-1R6Q1xRV8FG8IMwZ+u7BJBvIqT1Pgah3emA1oln5hS0=";
sha256 = "sha256-OiTZAQYVIMJmQXGQkqcMsUykCImbEOCnYcKmwXwXlpQ=";
};
cargoHash = "sha256-+Q5rdOEN7arIyj+2n2JRtr8kRQgXmlxq3jumpuDiYdE=";
cargoHash = "sha256-sPJ8NrnwAHuCPLPef8tCbU4nM5J04CzGwf58a9J5Gz4=";
nativeBuildInputs = [
installShellFiles