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