inql 0 -> 1 attrpath: inql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x75pk5zz611nc1kdj1ksbjz58vjjcn6i-packages.json.drv building '/nix/store/x75pk5zz611nc1kdj1ksbjz58vjjcn6i-packages.json.drv'... Going to be running update for following packages: - inql-4.0.6 Press Enter key to continue... Running update for: - inql-4.0.6: UPDATING ... - inql-4.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/inql/default.nix b/pkgs/tools/security/inql/default.nix index 272e28292ac8..a02e7f2a71fb 100644 --- a/pkgs/tools/security/inql/default.nix +++ b/pkgs/tools/security/inql/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "inql"; - version = "4.0.6"; + version = "5.0.2"; src = fetchFromGitHub { owner = "doyensec"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-DFGJHqdrCmOZn8GdY5SZ1PrOhuIsMLoK+2Fry9WkRiY="; + hash = "sha256-fXGpyg3nKoUMwTMs4U7AylmrzOilSNXcQm7Vm2YIaRY="; }; postPatch = '' No auto update branch exists