python311Packages.py-dmidecode 0 -> 1 attrpath: python311Packages.py-dmidecode 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/vzkx6iv8hlnn0w5hrz7jj7fzfsykrap4-packages.json.drv building '/nix/store/vzkx6iv8hlnn0w5hrz7jj7fzfsykrap4-packages.json.drv'... Going to be running update for following packages: - python3.11-py-dmidecode-0.1.2 Press Enter key to continue... Running update for: - python3.11-py-dmidecode-0.1.2: UPDATING ... - python3.11-py-dmidecode-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/py-dmidecode/default.nix b/pkgs/development/python-modules/py-dmidecode/default.nix index d48fe7411d79..bcd850def625 100644 --- a/pkgs/development/python-modules/py-dmidecode/default.nix +++ b/pkgs/development/python-modules/py-dmidecode/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "py-dmidecode"; - version = "0.1.2"; + version = "0.1.3"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "py_dmidecode"; inherit version; - hash = "sha256-nMy/jOlg7yUPfGF27MN0NyVM0vuTIBuJTV2GKNP13UA="; + hash = "sha256-pS1fRWuWLnXuNEGYXU/j1njC8THWQOHbnVOF9+c13Cw="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.py-dmidecode: 0.1.2 -> 0.1.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285715"