2022-11-27T20:29:33 python310Packages.nettigo-air-monitor 0 -> 1 2022-11-27T20:29:35 attrpath: python310Packages.nettigo-air-monitor 2022-11-27T20:29:35 Checking auto update branch... 2022-11-27T20:29:40 [version] 2022-11-27T20:29:40 [version] skipping because derivation has updateScript 2022-11-27T20:29:40 [rustCrateVersion] 2022-11-27T20:29:40 [rustCrateVersion] No cargoSha256 found 2022-11-27T20:29:40 [golangModuleVersion] 2022-11-27T20:29:40 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-27T20:29:40 [updateScript] 2022-11-27T20:29:42 [updateScript] Success 2022-11-27T20:29:42 [updateScript] this derivation will be built: /nix/store/py5l862qhrdsc9q85dvqg8fhsw7fbs4j-packages.json.drv building '/nix/store/py5l862qhrdsc9q85dvqg8fhsw7fbs4j-packages.json.drv'... Going to be running update for following packages: - python3.10-nettigo-air-monitor-1.4.2 Press Enter key to continue... Running update for: - python3.10-nettigo-air-monitor-1.4.2: UPDATING ... - python3.10-nettigo-air-monitor-1.4.2: DONE. Packages updated! 2022-11-27T20:29:42 2022-11-27T20:29:42 [quotedUrls] 2022-11-27T20:29:42 [quotedUrls] nothing found to replace 2022-11-27T20:29:42 Diff after rewrites: diff --git a/pkgs/development/python-modules/nettigo-air-monitor/default.nix b/pkgs/development/python-modules/nettigo-air-monitor/default.nix index 3ae81a4afed..f34b77efe7a 100644 --- a/pkgs/development/python-modules/nettigo-air-monitor/default.nix +++ b/pkgs/development/python-modules/nettigo-air-monitor/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "nettigo-air-monitor"; - version = "1.4.2"; + version = "1.5.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -21,8 +21,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "bieniu"; repo = pname; - rev = version; - hash = "sha256-UbknJ+dX+4kzfe6/gg/Nj1Ay8YXtIRj203B6NkhGVys="; + rev = "refs/tags/${version}"; + hash = "sha256-84cd869k+JZZpjBBoHH2AyIo8ixJzVgpLLRBV4cMNKA="; }; propagatedBuildInputs = [ 2022-11-27T20:31:10 No auto update branch exists 2022-11-27T20:31:10 There might already be an open PR for this update: - python310Packages.nettigo-air-monitor: 1.4.2 -> 1.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/198514"