Unverified Commit 9965f9ac authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

noriskclient-launcher-unwrapped: 0.6.17 -> 0.6.19 (#485665)

parents a1acae29 c1663a92
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "noriskclient-launcher-unwrapped";
  version = "0.6.17";
  version = "0.6.19";

  src = fetchFromGitHub {
    owner = "NoRiskClient";
    repo = "noriskclient-launcher";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SihBoCh8QRU0UkgMyjm9fmiq+9GuUAhpvHC6UOjSkxA=";
    hash = "sha256-SHLYCpflIjslCuCPROyuVsIdNIkHWl2BVflgxAz3RYg=";
  };

  yarnOfflineCache = fetchYarnDeps {
@@ -45,11 +45,16 @@ rustPlatform.buildRustPackage (finalAttrs: {
      --replace-fail "libayatana-appindicator3.so.1" "${libayatana-appindicator}/lib/libayatana-appindicator3.so.1"
  '';

  cargoHash = "sha256-mldZg4Y12o6Laf2RJSeLzKCcqBpFesUbHhmxRjT9MDI=";
  cargoHash = "sha256-j41whr62i0FlTe/fWoPsMS9kX5aPgCjM9TckeZpnwgw=";

  cargoRoot = "src-tauri";
  buildAndTestSubdir = finalAttrs.cargoRoot;

  checkFlags = [
    # test fails to find correct function
    "--skip=utils::string_utils::safe_truncate"
  ];

  nativeBuildInputs = [
    cargo-tauri.hook
    desktop-file-utils