python312Packages.msgraph-core 0.2.2 -> 1.0.0 https://github.com/microsoftgraph/msgraph-sdk-python-core/releases attrpath: python312Packages.msgraph-core 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/xbw7869yprid30911n8gad3cj43cw66d-packages.json.drv building '/nix/store/xbw7869yprid30911n8gad3cj43cw66d-packages.json.drv'... Going to be running update for following packages: - python3.12-msgraph-core-0.2.2 Press Enter key to continue... Running update for: - python3.12-msgraph-core-0.2.2: UPDATING ... - python3.12-msgraph-core-0.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/msgraph-core/default.nix b/pkgs/development/python-modules/msgraph-core/default.nix index a1df35addf03..708ffaa142ca 100644 --- a/pkgs/development/python-modules/msgraph-core/default.nix +++ b/pkgs/development/python-modules/msgraph-core/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "msgraph-core"; - version = "0.2.2"; + version = "1.0.0"; disabled = pythonOlder "3.5"; @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "microsoftgraph"; repo = "msgraph-sdk-python-core"; - rev = "v${version}"; - hash = "sha256-eRRlG3GJX3WeKTNJVWgNTTHY56qiUGOlxtvEZ2xObLA="; + rev = "refs/tags/v${version}"; + hash = "sha256-VizjN7sXqPvo9VOSaaUnogTlUDJ1OA2COYNTcVRqhJA="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - prowler: 3.12.1 -> 3.13.0, python311Packages.msgraph-sdk: init at 1.1.0, python311Packages.msgraph-core: 0.2.2 -> 1.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289246"