dvc-with-remotes 2.17.0 -> 2.43.1 https://github.com/iterative/dvc/releases attrpath: dvc-with-remotes 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k3vypkb5shr0l4i8c9w4iqpyn06pg4d2-packages.json.drv building '/nix/store/k3vypkb5shr0l4i8c9w4iqpyn06pg4d2-packages.json.drv'... Going to be running update for following packages: - dvc-2.17.0 Press Enter key to continue... Running update for: - dvc-2.17.0: UPDATING ... - dvc-2.17.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/version-management/dvc/default.nix b/pkgs/applications/version-management/dvc/default.nix index f76f413ea66..030d0fc64d1 100644 --- a/pkgs/applications/version-management/dvc/default.nix +++ b/pkgs/applications/version-management/dvc/default.nix @@ -10,14 +10,14 @@ python3.pkgs.buildPythonApplication rec { pname = "dvc"; - version = "2.17.0"; + version = "2.43.1"; format = "setuptools"; src = fetchFromGitHub { owner = "iterative"; repo = pname; - rev = version; - hash = "sha256-2h+fy4KMxFrVtKJBtA1RmJDZv0OVm1BxO1akZzAw95Y="; + rev = "refs/tags/${version}"; + hash = "sha256-FwJErwAVWFZ95wzBalGi9o+8BTtcGvnC9uQE1qTUaBs="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - dvc: 2.17.0 -> 2.43.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/213038"