Skip to content

Commit 56f8d37

Browse files
committed
1 parent bd7ce4a commit 56f8d37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

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

1818
src = fetchFromGitHub {
1919
owner = "tauri-apps";
2020
repo = "tauri";
2121
tag = "tauri-v${version}";
22-
hash = "sha256-HPmViOowP1xAjDJ89YS0BTjNnKI1P0L777ywkqAhhc4=";
22+
hash = "sha256-lkTkRNJIdGMJCkqxpBAM4r3JzO55nCjl2l+1xjsCtRI=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-BwNsr/CclSA9CIGVjKjaMM560hgUYirmpRm4Q8hNkkc=";
26+
cargoHash = "sha256-fZ3SGF+iIeu9TIyJvKm8vAo2PUT1VREyTKUpcqyC5vo=";
2727

2828
nativeBuildInputs = [ pkg-config ];
2929

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-kTr61DFPIIYceB8tZrKFaMG65CZ//djGEOQBLRNPotk=";
37+
hash = "sha256-jrp7epYWnfyqQbNL+XhrO4NvSTt2NOMd/icfbUYLvpA=";
3838
};
3939

4040
nativeBuildInputs = [

0 commit comments

Comments
 (0)