python311Packages.airthings-ble 0 -> 1 attrpath: python311Packages.airthings-ble 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/nnp58v8jqgwlqny94dvkij53msp3mfll-packages.json.drv building '/nix/store/nnp58v8jqgwlqny94dvkij53msp3mfll-packages.json.drv'... Going to be running update for following packages: - python3.11-airthings-ble-0.6.1 Press Enter key to continue... Running update for: - python3.11-airthings-ble-0.6.1: UPDATING ... - python3.11-airthings-ble-0.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/airthings-ble/default.nix b/pkgs/development/python-modules/airthings-ble/default.nix index aa418733a6cc..b4cda52faf8a 100644 --- a/pkgs/development/python-modules/airthings-ble/default.nix +++ b/pkgs/development/python-modules/airthings-ble/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "airthings-ble"; - version = "0.6.1"; + version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "vincegio"; repo = pname; - rev = "refs/tags/v${version}"; - hash = "sha256-A7Nrg0O+WVoHP+m8pz6idnNcxulwPYmMt9DfhKTHG24="; + rev = "refs/tags/${version}"; + hash = "sha256-nPCItMbDDBQGJdal4J/2ZrU/AjLfomMBQubfwl6ZKNk="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python312Packages.airthings-ble: 0.6.1 -> 0.7.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294307"