broot: 1.22.0 -> 1.22.1

https://github.com/Canop/broot/releases/tag/v1.22.1
This commit is contained in:
kilianar 2023-05-24 00:09:21 +02:00
parent 3c7eb7a1bc
commit 786996d8f2

View file

@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "broot"; pname = "broot";
version = "1.22.0"; version = "1.22.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Canop"; owner = "Canop";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-bgro1YPhV4pDPDekDCc4PhYzgXyAidv50HqBFxSHmPU="; hash = "sha256-QpvL11cTOAUl17G3mUu/KXZLU+iSWrcIBda5oswSFkw=";
}; };
cargoHash = "sha256-U3nCAvINzzBGllYPmgiyzO0Wr+9JzGzqRYI4kotkBzA="; cargoHash = "sha256-R5ROu+3w9Kv95jZiQPuUbidytQ+cLD4bkIKFavA3wvM=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles