python311Packages.dnf4 0 -> 1 attrpath: python311Packages.dnf4 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/m63s1cm7jmrcm2jk7lhj3ss6gafmc7b3-packages.json.drv building '/nix/store/m63s1cm7jmrcm2jk7lhj3ss6gafmc7b3-packages.json.drv'... Going to be running update for following packages: - python3.11-dnf4-4.18.2 Press Enter key to continue... Running update for: - python3.11-dnf4-4.18.2: UPDATING ... - python3.11-dnf4-4.18.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dnf4/default.nix b/pkgs/development/python-modules/dnf4/default.nix index 87bd9a1b7d45..bbef9b66ea7d 100644 --- a/pkgs/development/python-modules/dnf4/default.nix +++ b/pkgs/development/python-modules/dnf4/default.nix @@ -16,7 +16,7 @@ in buildPythonPackage rec { pname = "dnf4"; - version = "4.18.2"; + version = "4.19.0"; format = "other"; outputs = [ "out" "man" "py" ]; @@ -24,8 +24,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "rpm-software-management"; repo = "dnf"; - rev = version; - hash = "sha256-WOLVKsrHp0V0wMXXRf1hrxsxuVv2bFOKIw8Aitz0cac="; + rev = "refs/tags/${version}"; + hash = "sha256-LY2D3A3la58/8V2zKqPZWbR5iAMkrsG36gP8EvwANaA="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - dnf4: 4.18.2 -> 4.19.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287262"