2022-12-24T03:14:16 cargo-tauri 1.2.2 -> 1.2.3 https://github.com/tauri-apps/tauri/releases 2022-12-24T03:14:19 attrpath: cargo-tauri 2022-12-24T03:14:19 Checking auto update branch... 2022-12-24T03:14:19 No auto update branch exists 2022-12-24T03:14:22 [version] 2022-12-24T03:14:22 [version] generic version rewriter does not support multiple hashes 2022-12-24T03:14:22 [rustCrateVersion] 2022-12-24T03:15:10 [rustCrateVersion] Replacing cargoSha256 with sha256-Hp6+T2CN0CsXaGnCVqAYaOjZNDkmI+MXDfHIgbU1S0g= 2022-12-24T03:20:24 [rustCrateVersion] Finished updating Crate version and replacing hashes 2022-12-24T03:20:24 [golangModuleVersion] 2022-12-24T03:20:24 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-24T03:20:24 [updateScript] 2022-12-24T03:20:24 [updateScript] skipping because derivation has no updateScript 2022-12-24T03:20:24 2022-12-24T03:20:24 [quotedUrls] 2022-12-24T03:20:24 [quotedUrls] nothing found to replace 2022-12-24T03:20:24 Diff after rewrites: diff --git a/pkgs/development/tools/rust/cargo-tauri/default.nix b/pkgs/development/tools/rust/cargo-tauri/default.nix index 45e4a2b2e78..9c863e09efd 100644 --- a/pkgs/development/tools/rust/cargo-tauri/default.nix +++ b/pkgs/development/tools/rust/cargo-tauri/default.nix @@ -11,20 +11,20 @@ rustPlatform.buildRustPackage rec { pname = "tauri"; - version = "1.2.2"; + version = "1.2.3"; src = fetchFromGitHub { owner = "tauri-apps"; repo = pname; rev = "tauri-v${version}"; - sha256 = "sha256-RBaIF9vWQwQAdqN3p3JS1WO6u3IMxi8CuCkrwQbd2gI="; + sha256 = "sha256-4v0ZlFBVBB+0xWbTRncVwELaZWLKyCmIceTfseXvS8s="; }; # 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 = "source/tooling/cli"; - cargoSha256 = "sha256-8sdCVOtPwIjW2x1yh1B0oybVi2kz3LQoK3OcaJvUsxQ="; + cargoSha256 = "sha256-Hp6+T2CN0CsXaGnCVqAYaOjZNDkmI+MXDfHIgbU1S0g="; buildInputs = [ glibc libsoup cairo gtk3 webkitgtk ]; nativeBuildInputs = [ pkg-config ]; 2022-12-24T03:21:51 Successfully finished processing 2022-12-24T03:21:51 cachix "/nix/store/cz1wd7v9z9zmww9asvlszcfj3q0b1aza-tauri-1.2.3" 2022-12-24T03:21:57 [check][nixpkgs-review] 2022-12-24T03:29:36 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-24T03:29:39 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/" meta.changelog for cargo-tauri is: "" ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.3) - [Compare changes on GitHub](https://github.com/tauri-apps/tauri/compare/tauri-v1.2.2...tauri-v1.2.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.2.3 with grep in /nix/store/cz1wd7v9z9zmww9asvlszcfj3q0b1aza-tauri-1.2.3 - found 1.2.3 in filename of file in /nix/store/cz1wd7v9z9zmww9asvlszcfj3q0b1aza-tauri-1.2.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath cargo-tauri ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/cz1wd7v9z9zmww9asvlszcfj3q0b1aza-tauri-1.2.3 \ --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/618b2e113da3cb44058db94dbf8243eb2c4fc849.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/cz1wd7v9z9zmww9asvlszcfj3q0b1aza-tauri-1.2.3 ls -la /nix/store/cz1wd7v9z9zmww9asvlszcfj3q0b1aza-tauri-1.2.3/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 @dit7ya 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-12-24T03:29:41 https://api.github.com/repos/NixOS/nixpkgs/pulls/207510