maturin 1.2.2 -> 1.2.3 https://github.com/PyO3/maturin/releases attrpath: maturin Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-IZWh/Bp9TdB+flc1PXVkwrIdOr83TFk6X6O5M0FVaO4= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/rust/maturin/default.nix b/pkgs/development/tools/rust/maturin/default.nix index 8780b8892fa1..4b66ecfa4674 100644 --- a/pkgs/development/tools/rust/maturin/default.nix +++ b/pkgs/development/tools/rust/maturin/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "maturin"; - version = "1.2.2"; + version = "1.2.3"; src = fetchFromGitHub { owner = "PyO3"; repo = "maturin"; rev = "v${version}"; - hash = "sha256-uaDTL6dfH+zqjMbLtgLaZRe91mDuyKA0afw+3LFF+1U="; + hash = "sha256-hxtT5cL1PTXkTXGB0nVPhMI8Vlqrk4q2MHW0KGosFwc="; }; - cargoHash = "sha256-DF8O3YrHr0tBStnmnUUUF4QaZcoXYCCweZoEig4etQA="; + cargoHash = "sha256-IZWh/Bp9TdB+flc1PXVkwrIdOr83TFk6X6O5M0FVaO4="; buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ]; Successfully finished processing cachix "/nix/store/9i0z8xwij101gqa2m7l2vnsy4985gv0x-maturin-1.2.3" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/PyO3/maturin/releases. meta.description for maturin is: Build and publish Rust crates Python packages meta.homepage for maturin is: https://github.com/PyO3/maturin meta.changelog for maturin is: https://github.com/PyO3/maturin/blob/v1.2.3/Changelog.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/PyO3/maturin/releases/tag/v1.2.3) - [Compare changes on GitHub](https://github.com/PyO3/maturin/compare/v1.2.2...v1.2.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.2.3 with grep in /nix/store/9i0z8xwij101gqa2m7l2vnsy4985gv0x-maturin-1.2.3 - found 1.2.3 in filename of file in /nix/store/9i0z8xwij101gqa2m7l2vnsy4985gv0x-maturin-1.2.3 ---
Rebuild report (if merged into master) (click to expand) ``` 3134 total rebuild path(s) 3134 package rebuild(s) First fifty rebuilds by attrpath activitywatch adapta-gtk-theme adl aitrack alerta-server alibuild anime-downloader anki ansible ansible-doctor ansible-later ansible-lint ansible_2_13 ansible_2_14 ansible_2_15 apache-airflow apio appdaemon appthreat-depscan arc-theme archivebox arion arx-libertatis asciidoc-full asciidoc-full-with-plugins aw-qt aw-watcher-afk aw-watcher-window aws-adfs aws-google-auth aws-mfa aws-sam-cli awscli awscli2 awsebcli awslimitchecker awslogs awsume ayu-theme-gtk barman baserow bash-my-aws beancount beets beets-unstable beetsPackages.alternatives beetsPackages.beets beetsPackages.beets-minimal beetsPackages.beets-stable beetsPackages.beets-unstable ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9i0z8xwij101gqa2m7l2vnsy4985gv0x-maturin-1.2.3 \ --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 maturin https://github.com/r-ryantm/nixpkgs/archive/db8f2d6e5830630f9600e7bb9b904c2ad943bb7d.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9i0z8xwij101gqa2m7l2vnsy4985gv0x-maturin-1.2.3 ls -la /nix/store/9i0z8xwij101gqa2m7l2vnsy4985gv0x-maturin-1.2.3/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/253540