Loading pkgs/by-name/ca/cargo-tauri/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec { updateScript = nix-update-script { extraArgs = [ "--version-regex" "tauri-v(.*)" "tauri-cli-v(.*)" ]; }; }; Loading pkgs/by-name/ca/cargo-tauri/test-app.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: { src ; hash = "sha256-deLcw84MsSqoVTUgqEJrcZhzFxACw56WIgsC8iYR4zk="; hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A="; }; nativeBuildInputs = [ Loading Loading
pkgs/by-name/ca/cargo-tauri/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec { updateScript = nix-update-script { extraArgs = [ "--version-regex" "tauri-v(.*)" "tauri-cli-v(.*)" ]; }; }; Loading
pkgs/by-name/ca/cargo-tauri/test-app.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: { src ; hash = "sha256-deLcw84MsSqoVTUgqEJrcZhzFxACw56WIgsC8iYR4zk="; hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A="; }; nativeBuildInputs = [ Loading