python311Packages.diffusers 0 -> 1 attrpath: python311Packages.diffusers 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/5siii4hcs83ca38hkisd5bfb01z8ha0n-packages.json.drv building '/nix/store/5siii4hcs83ca38hkisd5bfb01z8ha0n-packages.json.drv'... Going to be running update for following packages: - python3.11-diffusers-0.27.1 Press Enter key to continue... Running update for: - python3.11-diffusers-0.27.1: UPDATING ... - python3.11-diffusers-0.27.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/diffusers/default.nix b/pkgs/development/python-modules/diffusers/default.nix index 4580f8b10ab7..39464efe47fd 100644 --- a/pkgs/development/python-modules/diffusers/default.nix +++ b/pkgs/development/python-modules/diffusers/default.nix @@ -39,7 +39,7 @@ buildPythonPackage rec { pname = "diffusers"; - version = "0.27.1"; + version = "0.27.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -48,7 +48,7 @@ buildPythonPackage rec { owner = "huggingface"; repo = "diffusers"; rev = "refs/tags/v${version}"; - hash = "sha256-GwFibsxMhWqirFn5cG9GfDZAtVWRx+BCqDBiQV6wuYU="; + hash = "sha256-aRnbU3jN40xaCsoMFyRt1XB+hyIYMJP2b/T1yZho90c="; }; nativeBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/gzipaismsszinpc95g9dyb8dzjb31cyr-python3.11-diffusers-0.27.2" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.diffusers is: State-of-the-art diffusion models for image and audio generation in PyTorch meta.homepage for python311Packages.diffusers is: https://github.com/huggingface/diffusers meta.changelog for python311Packages.diffusers is: https://github.com/huggingface/diffusers/releases/tag/refs/tags/v0.27.2 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.27.2 with grep in /nix/store/gzipaismsszinpc95g9dyb8dzjb31cyr-python3.11-diffusers-0.27.2 - found 0.27.2 in filename of file in /nix/store/gzipaismsszinpc95g9dyb8dzjb31cyr-python3.11-diffusers-0.27.2 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.diffusers python312Packages.diffusers ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/gzipaismsszinpc95g9dyb8dzjb31cyr-python3.11-diffusers-0.27.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.diffusers https://github.com/r-ryantm/nixpkgs/archive/59af0fc65c7942576b7e3f81bacfceccbabfd2be.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/59af0fc65c7942576b7e3f81bacfceccbabfd2be#python311Packages.diffusers ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/gzipaismsszinpc95g9dyb8dzjb31cyr-python3.11-diffusers-0.27.2 ls -la /nix/store/gzipaismsszinpc95g9dyb8dzjb31cyr-python3.11-diffusers-0.27.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @natsukium for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/298207