cargo-tauri: 2.2.7 -> 2.3.1 (#387659)

authored by Yt and committed by GitHub d084ce7b 46d81ec2

+5 -5
+4 -4
pkgs/by-name/ca/cargo-tauri/package.nix
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "tauri"; 16 - version = "2.2.7"; 17 18 src = fetchFromGitHub { 19 owner = "tauri-apps"; 20 repo = "tauri"; 21 tag = "tauri-cli-v${version}"; 22 - hash = "sha256-BUZMIrPaeoYgmzzkPNEf83KjeiY9dlObivlC3jO5vIc="; 23 }; 24 25 useFetchCargoVendor = true; 26 - cargoHash = "sha256-OhKp7fZjsVrB/ipvzFAei7kRqYgybrSm6uZRAnijKek="; 27 28 nativeBuildInputs = [ pkg-config ]; 29 ··· 56 meta = { 57 description = "Build smaller, faster, and more secure desktop applications with a web frontend"; 58 homepage = "https://tauri.app/"; 59 - changelog = "https://github.com/tauri-apps/tauri/releases/tag/tauri-v${version}"; 60 license = with lib.licenses; [ 61 asl20 # or 62 mit
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "tauri"; 16 + version = "2.3.1"; 17 18 src = fetchFromGitHub { 19 owner = "tauri-apps"; 20 repo = "tauri"; 21 tag = "tauri-cli-v${version}"; 22 + hash = "sha256-EQ/df2fPhB4j6HcBjnwwSES8l65QU0VUjkMJfDBh5MA="; 23 }; 24 25 useFetchCargoVendor = true; 26 + cargoHash = "sha256-d+d2QFZfGZ9n3wefxWaQC3ePmokAV5J5743jLYjfI2s="; 27 28 nativeBuildInputs = [ pkg-config ]; 29 ··· 56 meta = { 57 description = "Build smaller, faster, and more secure desktop applications with a web frontend"; 58 homepage = "https://tauri.app/"; 59 + changelog = "https://github.com/tauri-apps/tauri/releases/tag/${src.tag}"; 60 license = with lib.licenses; [ 61 asl20 # or 62 mit
+1 -1
pkgs/by-name/ca/cargo-tauri/test-app.nix
··· 34 src 35 ; 36 37 - hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A="; 38 }; 39 40 nativeBuildInputs = [
··· 34 src 35 ; 36 37 + hash = "sha256-qomBrnpJeFuDr3Vz173uYrMxTvVgu/qJvMAOYII4smI="; 38 }; 39 40 nativeBuildInputs = [