csvkit 0 -> 1 attrpath: csvkit 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/ywcf1qayp4brdmfcw00zvmp8cxjpxgcm-packages.json.drv building '/nix/store/ywcf1qayp4brdmfcw00zvmp8cxjpxgcm-packages.json.drv'... Going to be running update for following packages: - csvkit-1.3.0 Press Enter key to continue... Running update for: - csvkit-1.3.0: UPDATING ... - csvkit-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/cs/csvkit/package.nix b/pkgs/by-name/cs/csvkit/package.nix index bdd66083fd08..2c30a921c0b1 100644 --- a/pkgs/by-name/cs/csvkit/package.nix +++ b/pkgs/by-name/cs/csvkit/package.nix @@ -5,7 +5,7 @@ let pname = "csvkit"; - version = "1.3.0"; + version = "1.4.0"; pythonEnv = python3; in pythonEnv.pkgs.buildPythonApplication { @@ -14,7 +14,7 @@ pythonEnv.pkgs.buildPythonApplication { src = fetchPypi { inherit pname version; - hash = "sha256-uC5q4tK7QWUXEA7Lro1dhWoN/65CtxIIiBSityAeGvg="; + hash = "sha256-LP7EM2egXMXl35nJCZC5WmNtjPmEukbOePzuj/ynr/g="; }; propagatedBuildInputs = with pythonEnv.pkgs; [ No auto update branch exists There might already be an open PR for this update: - csvkit: 1.3.0 -> 1.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288772"