python311Packages.withings-sync 0 -> 1 attrpath: python311Packages.withings-sync 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/25cf90wl3g94al43g4k0d42yi4vdpqzb-packages.json.drv building '/nix/store/25cf90wl3g94al43g4k0d42yi4vdpqzb-packages.json.drv'... Going to be running update for following packages: - python3.11-withings-sync-4.2.2 Press Enter key to continue... Running update for: - python3.11-withings-sync-4.2.2: UPDATING ... - python3.11-withings-sync-4.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/withings-sync/default.nix b/pkgs/development/python-modules/withings-sync/default.nix index 3f20703baaf3..bf6c2153c7e0 100644 --- a/pkgs/development/python-modules/withings-sync/default.nix +++ b/pkgs/development/python-modules/withings-sync/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "withings-sync"; - version = "4.2.2"; + version = "4.2.4"; pyproject = true; disabled = pythonOlder "3.10"; @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jaroslawhartman"; repo = "withings-sync"; - rev = "refs/tags/v${version}"; - hash = "sha256-p1coGTbMQ+zptFKVLW5qgSdoudo2AggGT8Xu+cSCCs4="; + rev = "refs/tags/v.${version}"; + hash = "sha256-nFYEtQob3x6APWDKCVP5p+qkKmgvXIcmegp/6ZRbDQA="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.withings-sync: 4.2.2 -> .4.2.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281511"