choose: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2022-05-25 08:14:06 +00:00 committed by Yt
parent 84bb2b1cb5
commit 14b3f6f5c6

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "choose"; pname = "choose";
version = "1.3.3"; version = "1.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "theryangeary"; owner = "theryangeary";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-HYwlAgFKbi6or2eblERdMMjJOJdtt2FCQECUg3MzO8E="; sha256 = "sha256-yW1quDyQn2xhrlhhPj9DKq7g8LlYKvEKDFj3xSagRTU=";
}; };
cargoSha256 = "sha256-55/B+LxdbekfaKKyng0lUCU3QnqL34M+QnLUxaPqkqI="; cargoSha256 = "sha256-0INC0LFzlnFnt5pCiU4xePxU8a6GiU1L8bg7zcuFl2k=";
meta = with lib; { meta = with lib; {
description = "A human-friendly and fast alternative to cut and (sometimes) awk"; description = "A human-friendly and fast alternative to cut and (sometimes) awk";