cargo-tauri: 2.2.3 -> 2.2.7

This commit is contained in:
oddlama 2025-01-29 13:56:36 +01:00
parent 2af70efe10
commit a748ba858a
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
2 changed files with 6 additions and 6 deletions

View File

@ -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 ];
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"tauri-v(.*)"
"tauri-cli-v(.*)"
];
};
};

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
src
;
hash = "sha256-deLcw84MsSqoVTUgqEJrcZhzFxACw56WIgsC8iYR4zk=";
hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A=";
};
nativeBuildInputs = [