Unverified Commit 1eebcc7c authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

cargo-tauri: 2.2.3 -> 2.2.7 (#377744)

parents 313db6ce a748ba85
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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(.*)"
      ];
    };
  };
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
      src
      ;

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

  nativeBuildInputs = [