Skip to content

Commit d084ce7

Browse files
authored
cargo-tauri: 2.2.7 -> 2.3.1 (#387659)
2 parents 46d81ec + a0bba7b commit d084ce7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkgs/by-name/ca/cargo-tauri/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "tauri";
16-
version = "2.2.7";
16+
version = "2.3.1";
1717

1818
src = fetchFromGitHub {
1919
owner = "tauri-apps";
2020
repo = "tauri";
2121
tag = "tauri-cli-v${version}";
22-
hash = "sha256-BUZMIrPaeoYgmzzkPNEf83KjeiY9dlObivlC3jO5vIc=";
22+
hash = "sha256-EQ/df2fPhB4j6HcBjnwwSES8l65QU0VUjkMJfDBh5MA=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-OhKp7fZjsVrB/ipvzFAei7kRqYgybrSm6uZRAnijKek=";
26+
cargoHash = "sha256-d+d2QFZfGZ9n3wefxWaQC3ePmokAV5J5743jLYjfI2s=";
2727

2828
nativeBuildInputs = [ pkg-config ];
2929

@@ -56,7 +56,7 @@ rustPlatform.buildRustPackage rec {
5656
meta = {
5757
description = "Build smaller, faster, and more secure desktop applications with a web frontend";
5858
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}";
6060
license = with lib.licenses; [
6161
asl20 # or
6262
mit

pkgs/by-name/ca/cargo-tauri/test-app.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
3434
src
3535
;
3636

37-
hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A=";
37+
hash = "sha256-qomBrnpJeFuDr3Vz173uYrMxTvVgu/qJvMAOYII4smI=";
3838
};
3939

4040
nativeBuildInputs = [

0 commit comments

Comments
 (0)