2022-11-28T16:15:54 cargo-llvm-cov 0.5.0 -> 0.5.2 https://github.com/taiki-e/cargo-llvm-cov/releases 2022-11-28T16:15:56 attrpath: cargo-llvm-cov 2022-11-28T16:15:56 Checking auto update branch... 2022-11-28T16:15:56 No auto update branch exists 2022-11-28T16:16:00 [version] 2022-11-28T16:16:00 [version] generic version rewriter does not support multiple hashes 2022-11-28T16:16:00 [rustCrateVersion] 2022-11-28T16:17:20 [rustCrateVersion] Replacing cargoSha256 with sha256-oMisrS+fDzSdT6JmkAMk8kztOgw2XUOrkhehmd9gxL0= 2022-11-28T16:17:53 [rustCrateVersion] Finished updating Crate version and replacing hashes 2022-11-28T16:17:53 [golangModuleVersion] 2022-11-28T16:17:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-28T16:17:53 [updateScript] 2022-11-28T16:17:53 [updateScript] skipping because derivation has no updateScript 2022-11-28T16:17:53 2022-11-28T16:17:53 [quotedUrls] 2022-11-28T16:17:53 [quotedUrls] nothing found to replace 2022-11-28T16:17:53 Diff after rewrites: diff --git a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix index bf55e638bde..b57f6f29f4c 100644 --- a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix +++ b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix @@ -6,13 +6,13 @@ rustPlatform.buildRustPackage rec { pname = "cargo-llvm-cov"; - version = "0.5.0"; + version = "0.5.2"; src = fetchzip { url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz"; - sha256 = "sha256-ifnwiOuFnpryYxLgescpxN8CzgFzSZlY+RlbyW7ND6g="; + sha256 = "sha256-K6r2YHQq3MEqq9aobJLZBH9COPXpW3TmX1GB1qfnV60="; }; - cargoSha256 = "sha256-11xNgiOw0qysTWpoKAXQ5gx1uJSAsp+aDDir0zpkpeQ="; + cargoSha256 = "sha256-oMisrS+fDzSdT6JmkAMk8kztOgw2XUOrkhehmd9gxL0="; # skip tests which require llvm-tools-preview checkFlags = [ 2022-11-28T16:19:22 Successfully finished processing 2022-11-28T16:19:22 cachix "/nix/store/6kpbkg99fm02c7x6mjl0zwjps1n5bibr-cargo-llvm-cov-0.5.2" 2022-11-28T16:19:26 [check][nixpkgs-review] 2022-11-28T16:22:16 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-11-28T16:22:19 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/taiki-e/cargo-llvm-cov/releases. meta.description for cargo-llvm-cov is: "Cargo subcommand to easily use LLVM source-based code coverage" meta.homepage for cargo-llvm-cov is: "https://github.com/taiki-e/cargo-llvm-cov" meta.changelog for cargo-llvm-cov is: "https://github.com/taiki-e/cargo-llvm-cov/blob/v0.5.2/CHANGELOG.md" ###### 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.5.2 with grep in /nix/store/6kpbkg99fm02c7x6mjl0zwjps1n5bibr-cargo-llvm-cov-0.5.2 - found 0.5.2 in filename of file in /nix/store/6kpbkg99fm02c7x6mjl0zwjps1n5bibr-cargo-llvm-cov-0.5.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath cargo-llvm-cov ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/6kpbkg99fm02c7x6mjl0zwjps1n5bibr-cargo-llvm-cov-0.5.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 cargo-llvm-cov https://github.com/r-ryantm/nixpkgs/archive/c5637ea757fa2113846d0062a9fa6a56e87f676a.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/6kpbkg99fm02c7x6mjl0zwjps1n5bibr-cargo-llvm-cov-0.5.2 ls -la /nix/store/6kpbkg99fm02c7x6mjl0zwjps1n5bibr-cargo-llvm-cov-0.5.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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @wucke13 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). 2022-11-28T16:22:21 https://api.github.com/repos/NixOS/nixpkgs/pulls/203470