maturin 1.1.0 -> 1.2.0 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-Y5YmF58ji0kRYA1kgQZ2M/uJWGkWSSyTvxwCB07GMAI= [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 6542dacbe9e7..edb8dbafd864 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.1.0"; + version = "1.2.0"; src = fetchFromGitHub { owner = "PyO3"; repo = "maturin"; rev = "v${version}"; - hash = "sha256-UH+qOKKQdWXQZZMtrihbWmKaUoSy1NciGh9UTtS/W5E="; + hash = "sha256-HXp2jSTCZVpUS2vZzw+EOejDufIMNNA3+JpnbHIhZ/0="; }; - cargoHash = "sha256-EGgVPRaofia+AwXSr6X4Aa8jbk5qDkXg1XvMoEp0qMQ="; + cargoHash = "sha256-Y5YmF58ji0kRYA1kgQZ2M/uJWGkWSSyTvxwCB07GMAI="; buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ]; Successfully finished processing cachix "/nix/store/y92aydk1y9db2fq46axqhm2snb16z85i-maturin-1.2.0" 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.0/Changelog.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/PyO3/maturin/releases/tag/v1.2.0) - [Compare changes on GitHub](https://github.com/PyO3/maturin/compare/v1.1.0...v1.2.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.2.0 with grep in /nix/store/y92aydk1y9db2fq46axqhm2snb16z85i-maturin-1.2.0 - found 1.2.0 in filename of file in /nix/store/y92aydk1y9db2fq46axqhm2snb16z85i-maturin-1.2.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2188 total rebuild path(s) 2188 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 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 borgmatic bottles bottles-unwrapped browsr buildbot buildbot-full buildbot-ui cantor capitaine-cursors ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/y92aydk1y9db2fq46axqhm2snb16z85i-maturin-1.2.0 \ --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/d139cdace150e5641d83b969e94ec29e6677d746.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/y92aydk1y9db2fq46axqhm2snb16z85i-maturin-1.2.0 ls -la /nix/store/y92aydk1y9db2fq46axqhm2snb16z85i-maturin-1.2.0/bin ``` ---

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