maturin 1.5.0 -> 1.5.1 https://repology.org/project/maturin/versions 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-hPyPMQm/Oege0PPjYIrd1fEDOGqoQ1ffS2l6o8je4t4= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/rust/maturin/default.nix b/pkgs/development/tools/rust/maturin/default.nix index aa95fcf3dbec..f7c213c13dd5 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.5.0"; + version = "1.5.1"; src = fetchFromGitHub { owner = "PyO3"; repo = "maturin"; rev = "v${version}"; - hash = "sha256-DXPhe6QI1IEPA/Y+qDMu92i18uhXCN0VVJpCoAIDs4c="; + hash = "sha256-3rID2epV1pCwpofFf9Wuafs1SlBWH7e7/4HPaSUAriQ="; }; - cargoHash = "sha256-3K131d7bDvfmAhYWFNyY+qwi7F8vKk3kw4L+fM0LKMo="; + cargoHash = "sha256-hPyPMQm/Oege0PPjYIrd1fEDOGqoQ1ffS2l6o8je4t4="; buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ]; Successfully finished processing cachix "/nix/store/89qzzi8cli7ld629kz3jk5z9bixqlblq-maturin-1.5.1" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/maturin/versions. 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.5.1/Changelog.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/PyO3/maturin/releases/tag/v1.5.1) - [Compare changes on GitHub](https://github.com/PyO3/maturin/compare/v1.5.0...v1.5.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.5.1 with grep in /nix/store/89qzzi8cli7ld629kz3jk5z9bixqlblq-maturin-1.5.1 - found 1.5.1 in filename of file in /nix/store/89qzzi8cli7ld629kz3jk5z9bixqlblq-maturin-1.5.1 ---
Rebuild report (if merged into master) (click to expand) ``` 6913 total rebuild path(s) 6913 package rebuild(s) First fifty rebuilds by attrpath acquire activitywatch adapta-gtk-theme adl aiodnsbrute alerta-server alibuild animdl anime-downloader anki ansel ansible ansible-doctor ansible-later ansible-lint ansible_2_14 ansible_2_15 ansible_2_16 aocd apache-airflow apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile apio appdaemon appthreat-depscan arc-theme arion ark-pixel-font arx-libertatis asciidoc-full asciidoc-full-with-plugins asn1editor atomic-operator audible-cli audiness authentik aw-qt aw-watcher-afk aw-watcher-window aws-adfs aws-encryption-sdk-cli aws-gate aws-google-auth aws-mfa aws-sam-cli awscli awscli2 awsebcli awslimitchecker awslogs ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/89qzzi8cli7ld629kz3jk5z9bixqlblq-maturin-1.5.1 \ --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/601c9025c1b707501c830bbf2697d09120bdc376.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/601c9025c1b707501c830bbf2697d09120bdc376#maturin ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/89qzzi8cli7ld629kz3jk5z9bixqlblq-maturin-1.5.1 ls -la /nix/store/89qzzi8cli7ld629kz3jk5z9bixqlblq-maturin-1.5.1/bin ``` ---

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