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:
Muhammad Falak R Wani
2025-08-26 14:38:41 +05:30
parent cadd6c49ee
commit 78cc643402
+3 -3
View File
@@ -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";