python310Packages.pydexcom 0 -> 1 attrpath: python310Packages.pydexcom 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2aypw2d6fcy03151qwn21iqw21cyrx35-packages.json.drv building '/nix/store/2aypw2d6fcy03151qwn21iqw21cyrx35-packages.json.drv'... Going to be running update for following packages: - python3.10-pydexcom-0.2.3 Press Enter key to continue... Running update for: - python3.10-pydexcom-0.2.3: UPDATING ... - python3.10-pydexcom-0.2.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pydexcom/default.nix b/pkgs/development/python-modules/pydexcom/default.nix index 412373f09a29..9639b91e805a 100644 --- a/pkgs/development/python-modules/pydexcom/default.nix +++ b/pkgs/development/python-modules/pydexcom/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "pydexcom"; - version = "0.2.3"; + version = "0.3.1"; src = fetchFromGitHub { owner = "gagebenne"; repo = pname; - rev = version; - hash = "sha256-ItDGnUUUTwCz4ZJtFVlMYjjoBPn2h8QZgLzgnV2T/Qk="; + rev = "refs/tags/${version}"; + hash = "sha256-VZ8Y8W3oEQ3W8eubMbHLfQAXK8cL6+OTyBFwtEe0cBE="; }; propagatedBuildInputs = [ requests ]; No auto update branch exists There might already be an open PR for this update: - python311Packages.pydexcom: 0.2.3 -> 0.3.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/254396"