Gaetan Lepage
2026-03-28 11:40:41 +01:00
parent fcf3b4f418
commit 66cee4940a
+5 -3
View File
@@ -9,16 +9,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "jaq";
version = "2.3.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "01mf02";
repo = "jaq";
tag = "v${finalAttrs.version}";
hash = "sha256-ZVTDbJ5RPgQeB4ntnNQcbbWquPFL7q4WYyQ5ihCVB64=";
hash = "sha256-FhmnJm/MV4WfvhF7DWW6t2D876SIzzq7ODlY2Wmo9mM=";
};
cargoHash = "sha256-hEILrjIJK/8CrQv5QcHu+AtPV7KcPdmw6422MyNoPwo=";
strictDeps = true;
cargoHash = "sha256-37yS5xUj04ZjXvVlji7XNTXbt3avQKmkqUMfovhUrtU=";
nativeInstallCheckInputs = [
versionCheckHook