usage: 3.2.1 -> 3.5.0

https://github.com/jdx/usage/releases/tag/v3.5.0
This commit is contained in:
0xgsvs
2026-06-17 01:26:17 +05:30
parent b75024738a
commit df11c04eaf
+4 -4
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "usage";
version = "3.2.1";
version = "3.5.0";
src = fetchFromGitHub {
owner = "jdx";
repo = "usage";
tag = "v${finalAttrs.version}";
hash = "sha256-L8OQ6GdHoxJROA/lczichG4nNx5UGKxInihel5AaFIc=";
hash = "sha256-ZXjOuf8xjKtFnxzrb4mU6TBae75Nyl6zGllT9orbNMY=";
};
cargoHash = "sha256-JauKSCp5Fk1shzXE2dy/joYamv7XW2rnIsu4hjIkBUA=";
cargoHash = "sha256-78lTRHIy1VYJP3dxljfrsMh1MXT7dyVw2yxHNrGJJk0=";
postPatch = ''
substituteInPlace ./examples/*.sh \
@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
checkFlags = [
# has --include-bash-completion-lib so requires external lib downloaded on runtime
"--skip=test_bash_completion_integration"
"--skip=test_bash_completion_init_integration"
];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''