choose: 1.3.6 -> 1.3.7
Diff: https://github.com/theryangeary/choose/compare/v1.3.6...v1.3.7 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "choose";
|
||||
version = "1.3.6";
|
||||
version = "1.3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "theryangeary";
|
||||
repo = "choose";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ojmib9yri/Yj1VSwwssbXv+ThnZjUXLTmOpfPGdGFaU=";
|
||||
sha256 = "sha256-nqL8CAnpqOaecC6vHlCtVXFRO0OAGZAn12TdOM5iUFA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-SecWDujJu68K1LMQJQ55LeW51Ag/aCt1YKcdWeRp22c=";
|
||||
cargoHash = "sha256-NVpkCs1QY2e+WiI9nk1uz/j3pOtsJpMwgAMspB6Bs1E=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Human-friendly and fast alternative to cut and (sometimes) awk";
|
||||
|
||||
Reference in New Issue
Block a user