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

cargo-tauri: 2.1.1 -> 2.2.0 (#370500)

parents 41f12076 56f8d375
Loading
Loading
Loading
Loading
+0 −11659

File deleted.

Preview size limit exceeded, changes collapsed.

+4 −9
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  callPackage,
  rustPlatform,
  fetchFromGitHub,
  cargo-tauri,
  gtk4,
  nix-update-script,
  openssl,
@@ -14,21 +13,17 @@

rustPlatform.buildRustPackage rec {
  pname = "tauri";
  version = "2.1.1";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "tauri-apps";
    repo = "tauri";
    tag = "tauri-v${version}";
    hash = "sha256-HPmViOowP1xAjDJ89YS0BTjNnKI1P0L777ywkqAhhc4=";
    hash = "sha256-lkTkRNJIdGMJCkqxpBAM4r3JzO55nCjl2l+1xjsCtRI=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "schemars_derive-0.8.21" = "sha256-AmxBKZXm2Eb+w8/hLQWTol5f22uP8UqaIh+LVLbS20g=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-fZ3SGF+iIeu9TIyJvKm8vAo2PUT1VREyTKUpcqyC5vo=";

  nativeBuildInputs = [ pkg-config ];

+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
      src
      ;

    hash = "sha256-kTr61DFPIIYceB8tZrKFaMG65CZ//djGEOQBLRNPotk=";
    hash = "sha256-jrp7epYWnfyqQbNL+XhrO4NvSTt2NOMd/icfbUYLvpA=";
  };

  nativeBuildInputs = [