dnf-plugins-core 0 -> 1 attrpath: dnf-plugins-core 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/x8qv6wc0hqziya779fyyvvvlv2yv3k6s-packages.json.drv building '/nix/store/x8qv6wc0hqziya779fyyvvvlv2yv3k6s-packages.json.drv'... Going to be running update for following packages: - dnf-plugins-core-4.4.4 Press Enter key to continue... Running update for: - dnf-plugins-core-4.4.4: UPDATING ... - dnf-plugins-core-4.4.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dnf-plugins-core/default.nix b/pkgs/development/python-modules/dnf-plugins-core/default.nix index 5ba20ff94565..81404145e8b8 100644 --- a/pkgs/development/python-modules/dnf-plugins-core/default.nix +++ b/pkgs/development/python-modules/dnf-plugins-core/default.nix @@ -22,7 +22,7 @@ in buildPythonPackage rec { pname = "dnf-plugins-core"; - version = "4.4.4"; + version = "4.5.0"; format = "other"; outputs = [ "out" "man" ]; @@ -30,8 +30,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "rpm-software-management"; repo = "dnf-plugins-core"; - rev = version; - hash = "sha256-SGgUozOAU6h87SguXh+13CxV4GnVhdN3SpwKfDPh2GY="; + rev = "refs/tags/${version}"; + hash = "sha256-og20X2AUzoOphwF+508EobGEp/VYLtxWY7N4k327o8o="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - dnf-plugins-core: 4.4.4 -> 4.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287421"