Unverified Commit d084ce7b authored by Yt's avatar Yt Committed by GitHub
Browse files

cargo-tauri: 2.2.7 -> 2.3.1 (#387659)

parents 46d81ec2 a0bba7bc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@

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

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

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

  nativeBuildInputs = [ pkg-config ];

@@ -56,7 +56,7 @@ rustPlatform.buildRustPackage rec {
  meta = {
    description = "Build smaller, faster, and more secure desktop applications with a web frontend";
    homepage = "https://tauri.app/";
    changelog = "https://github.com/tauri-apps/tauri/releases/tag/tauri-v${version}";
    changelog = "https://github.com/tauri-apps/tauri/releases/tag/${src.tag}";
    license = with lib.licenses; [
      asl20 # or
      mit
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
      src
      ;

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

  nativeBuildInputs = [