cargo-tauri 1.5.4 -> 1.6.0 https://github.com/tauri-apps/tauri/releases attrpath: cargo-tauri 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-0GJrQQsHcl/7co2hSYHgBWX3NqJwbbnBAj3zdAjA4r8= [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/cargo-tauri/default.nix b/pkgs/development/tools/rust/cargo-tauri/default.nix index 73256d0f4b3a..d8c43627b2dc 100644 --- a/pkgs/development/tools/rust/cargo-tauri/default.nix +++ b/pkgs/development/tools/rust/cargo-tauri/default.nix @@ -17,20 +17,20 @@ let in rustPlatform.buildRustPackage rec { pname = "tauri"; - version = "1.5.4"; + version = "1.6.0"; src = fetchFromGitHub { owner = "tauri-apps"; repo = pname; rev = "tauri-v${version}"; - hash = "sha256-1rhdvTjA53Zxx3qm/Im2uQBWbYU/HlPPUQ3txq0uLps="; + hash = "sha256-0LKkGpbDT6bRzoggDmTmSB8UaT11OME7OXsr+M67WVU="; }; # Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at # https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202 sourceRoot = "${src.name}/tooling/cli"; - cargoHash = "sha256-CHX4fesnqxoeplqXGFrn4RSfGdrkhKNANvXIwMkWXDs="; + cargoHash = "sha256-0GJrQQsHcl/7co2hSYHgBWX3NqJwbbnBAj3zdAjA4r8="; buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ glibc libsoup cairo gtk3 webkitgtk ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security SystemConfiguration ]; Successfully finished processing cachix "/nix/store/yxgynqvh32w4yj40f14824ag3m3lp8pn-tauri-1.6.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
5 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/tauri-apps/tauri/releases. meta.description for cargo-tauri is: Build smaller, faster, and more secure desktop applications with a web frontend meta.homepage for cargo-tauri is: https://tauri.app/ ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.6.0) - [Compare changes on GitHub](https://github.com/tauri-apps/tauri/compare/tauri-v1.5.4...tauri-v1.6.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.6.0 with grep in /nix/store/yxgynqvh32w4yj40f14824ag3m3lp8pn-tauri-1.6.0 - found 1.6.0 in filename of file in /nix/store/yxgynqvh32w4yj40f14824ag3m3lp8pn-tauri-1.6.0 ---
Rebuild report (if merged into master) (click to expand) ``` 5 total rebuild path(s) 5 package rebuild(s) First fifty rebuilds by attrpath cargo-tauri insulator2 kiwitalk pot treedome ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/yxgynqvh32w4yj40f14824ag3m3lp8pn-tauri-1.6.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 cargo-tauri https://github.com/r-ryantm/nixpkgs/archive/fa3307111c04d18cf26e18f54e59219eabcac597.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/fa3307111c04d18cf26e18f54e59219eabcac597#cargo-tauri ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/yxgynqvh32w4yj40f14824ag3m3lp8pn-tauri-1.6.0 ls -la /nix/store/yxgynqvh32w4yj40f14824ag3m3lp8pn-tauri-1.6.0/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)
5 packages built:
--- ###### Maintainer pings cc @dit7ya @happysalada 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/289873