jnv: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm
2025-07-22 06:53:58 +00:00
parent ffc7ca9659
commit cd219349fc
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "jnv";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "ynqa";
repo = "jnv";
tag = "v${finalAttrs.version}";
hash = "sha256-HKZ+hF5Y7vTA4EODSAd9xYJHaipv5YukTl470ejPLtM=";
hash = "sha256-VjT0S+eEaO8FOPb1grIpheeP9v1dCpV7FRHn+nJXOEM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-VLVoURqmUhhekNZ0a75bwjvSiLfaQ79IlltbmWVyBrI=";
cargoHash = "sha256-dR9cb3TBxrRGP3BFYro/nGe5XVEfJuTZbQLo+FUfFNs=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";