2022-11-21T10:29:39 cargo-tarpaulin 0.22.0 -> 0.23.1 https://repology.org/metapackage/cargo-tarpaulin/versions 2022-11-21T10:29:41 attrpath: cargo-tarpaulin 2022-11-21T10:29:41 Checking auto update branch... 2022-11-21T10:29:41 No auto update branch exists 2022-11-21T10:29:44 [version] 2022-11-21T10:29:44 [version] generic version rewriter does not support multiple hashes 2022-11-21T10:29:44 [rustCrateVersion] 2022-11-21T10:31:05 [rustCrateVersion] Replacing cargoSha256 with sha256-iLqxixUEZhz3Kv7D84RqVyvtoZx69dhdLKTnVnsO0k0= 2022-11-21T10:32:02 [rustCrateVersion] Finished updating Crate version and replacing hashes 2022-11-21T10:32:02 [golangModuleVersion] 2022-11-21T10:32:02 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-21T10:32:02 [updateScript] 2022-11-21T10:32:02 [updateScript] skipping because derivation has no updateScript 2022-11-21T10:32:02 2022-11-21T10:32:02 [quotedUrls] 2022-11-21T10:32:02 [quotedUrls] nothing found to replace 2022-11-21T10:32:02 Diff after rewrites: diff --git a/pkgs/development/tools/analysis/cargo-tarpaulin/default.nix b/pkgs/development/tools/analysis/cargo-tarpaulin/default.nix index 890ce162164..17e8458e7dc 100644 --- a/pkgs/development/tools/analysis/cargo-tarpaulin/default.nix +++ b/pkgs/development/tools/analysis/cargo-tarpaulin/default.nix @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "cargo-tarpaulin"; - version = "0.22.0"; + version = "0.23.1"; src = fetchFromGitHub { owner = "xd009642"; repo = "tarpaulin"; rev = version; - sha256 = "sha256-NABmCLEJBt+lpe28pgztMmPFja2httg3THlvk9EMbUI="; + sha256 = "sha256-UDUbndsuXZDu7j+JhkS6kkFP6ju88+hXffy42XQY8gQ="; }; nativeBuildInputs = [ @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ curl Security ]; - cargoSha256 = "sha256-PyY7H7he/LhfhIhZnT13rSc7zNnOWnLMfgwTUfX39bQ="; + cargoSha256 = "sha256-iLqxixUEZhz3Kv7D84RqVyvtoZx69dhdLKTnVnsO0k0="; #checkFlags = [ "--test-threads" "1" ]; doCheck = false; 2022-11-21T10:33:31 Successfully finished processing 2022-11-21T10:33:31 cachix "/nix/store/rlafrpija8hhhdzgg640a1fk8piiilxj-cargo-tarpaulin-0.23.1" 2022-11-21T10:33:36 [check][nixpkgs-review] 2022-11-21T10:36:26 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-11-21T10:36:29 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/cargo-tarpaulin/versions. meta.description for cargo-tarpaulin is: "A code coverage tool for Rust projects" meta.homepage for cargo-tarpaulin is: "https://github.com/xd009642/tarpaulin" meta.changelog for cargo-tarpaulin is: "" ###### Updates performed - Rust version update ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/xd009642/tarpaulin/compare/0.22.0...0.23.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.23.1 with grep in /nix/store/rlafrpija8hhhdzgg640a1fk8piiilxj-cargo-tarpaulin-0.23.1 - found 0.23.1 in filename of file in /nix/store/rlafrpija8hhhdzgg640a1fk8piiilxj-cargo-tarpaulin-0.23.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath cargo-tarpaulin ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/rlafrpija8hhhdzgg640a1fk8piiilxj-cargo-tarpaulin-0.23.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 cargo-tarpaulin https://github.com/r-ryantm/nixpkgs/archive/0a91e1a0e0c379e880418c3a68d278fdabcccc44.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/rlafrpija8hhhdzgg640a1fk8piiilxj-cargo-tarpaulin-0.23.1 ls -la /nix/store/rlafrpija8hhhdzgg640a1fk8piiilxj-cargo-tarpaulin-0.23.1/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 @HugoReeves 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-21T10:36:32 https://api.github.com/repos/NixOS/nixpkgs/pulls/202176