Skip to content

Commit

Permalink
cargo-tauri: 2.2.3 -> 2.2.7 (NixOS#377744)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 29, 2025
2 parents 313db6c + a748ba8 commit 1eebcc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/ca/cargo-tauri/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@

rustPlatform.buildRustPackage rec {
pname = "tauri";
version = "2.2.3";
version = "2.2.7";

src = fetchFromGitHub {
owner = "tauri-apps";
repo = "tauri";
tag = "tauri-v${version}";
hash = "sha256-VZPMy1UMvELcJxu5DHz4YSVe4wVrxrJjeiJK3ySczCA=";
tag = "tauri-cli-v${version}";
hash = "sha256-BUZMIrPaeoYgmzzkPNEf83KjeiY9dlObivlC3jO5vIc=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-LcwOKUFiHoZ4WmTlwqsA2A9BZkBLPEINjZSyk6skvbA=";
cargoHash = "sha256-OhKp7fZjsVrB/ipvzFAei7kRqYgybrSm6uZRAnijKek=";

nativeBuildInputs = [ pkg-config ];

Expand All @@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"tauri-v(.*)"
"tauri-cli-v(.*)"
];
};
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ca/cargo-tauri/test-app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
src
;

hash = "sha256-deLcw84MsSqoVTUgqEJrcZhzFxACw56WIgsC8iYR4zk=";
hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1eebcc7

Please sign in to comment.