cargo-c 0.9.20 -> 0.9.21 https://github.com/lu-zero/cargo-c/releases attrpath: cargo-c 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-W2//WP01Q1dXNwFEf8inQwC01jhFaZ/JYoo2e2mC3e0= [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/cargo-c/default.nix b/pkgs/development/tools/rust/cargo-c/default.nix index a3fb8ea57c6..55e850f8c91 100644 --- a/pkgs/development/tools/rust/cargo-c/default.nix +++ b/pkgs/development/tools/rust/cargo-c/default.nix @@ -12,16 +12,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-c"; - version = "0.9.20"; + version = "0.9.21"; src = fetchCrate { inherit pname; # this version may need to be updated along with package version version = "${version}+cargo-0.71"; - hash = "sha256-T0/gqzeJxDSZDoi8tl4vgYEAFbJDlCoxuqoi6rnf5U4="; + hash = "sha256-HRirYwTrFVTGhJvgjXeMX6FUg99jWS26y5zFxv7SE4k="; }; - cargoHash = "sha256-tArfCEGFRgJPERZW1HzfdDedc+FD8bpc+LX4wNwdv6Q="; + cargoHash = "sha256-W2//WP01Q1dXNwFEf8inQwC01jhFaZ/JYoo2e2mC3e0="; nativeBuildInputs = [ pkg-config (lib.getDev curl) ]; buildInputs = [ openssl curl ] ++ lib.optionals stdenv.isDarwin [ Successfully finished processing cachix "/nix/store/dnfx9iqfdzz5q44d6hngjcn209y450p1-cargo-c-0.9.21" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/lu-zero/cargo-c/releases. meta.description for cargo-c is: A cargo subcommand to build and install C-ABI compatible dynamic and static libraries meta.homepage for cargo-c is: https://github.com/lu-zero/cargo-c meta.changelog for cargo-c is: https://github.com/lu-zero/cargo-c/releases/tag/v0.9.21 ###### Updates performed - Rust version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.9.21 with grep in /nix/store/dnfx9iqfdzz5q44d6hngjcn209y450p1-cargo-c-0.9.21 - found 0.9.21 in filename of file in /nix/store/dnfx9iqfdzz5q44d6hngjcn209y450p1-cargo-c-0.9.21 ---
Rebuild report (if merged into master) (click to expand) ``` 4218 total rebuild path(s) 4218 package rebuild(s) First fifty rebuilds by attrpath MIDIVisualizer abiword acquire actdiag activitywatch adapta-gtk-theme adenum adl aether aiodnsbrute almanah almonds amoco androguard ani-cli anime-downloader anki ansible ansible-later ansible-lint ansible_2_13 ansible_2_14 ansible_2_15 apache-airflow apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile apio appdaemon appthreat-depscan arc-theme arcanPackages.all-wrapped arcanPackages.arcan arcanPackages.arcan-wrapped arcanPackages.cat9-wrapped arcanPackages.durden-wrapped arcanPackages.ffmpeg arcanPackages.pipeworld-wrapped arcanPackages.prio-wrapped arcanPackages.xarcan archivebox arelle arubaotp-seed-extractor arx-libertatis asc-key-to-qr-code-gif asciidoc-full asciidoc-full-with-plugins asymptote atomic-operator audible-cli audiobookshelf ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/dnfx9iqfdzz5q44d6hngjcn209y450p1-cargo-c-0.9.21 \ --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 cargo-c https://github.com/r-ryantm/nixpkgs/archive/803243754d8ba8dc9a0c482b5153a12ef2a2aa9c.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/dnfx9iqfdzz5q44d6hngjcn209y450p1-cargo-c-0.9.21 ls -la /nix/store/dnfx9iqfdzz5q44d6hngjcn209y450p1-cargo-c-0.9.21/bin ``` ---

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