Unverified Commit c323ceb9 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

gurk-rs: 0.6.2 -> 0.6.3 (#392005)

parents 8cccd032 c7ff8cc0
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  pkgsBuildHost,
  openssl,
  pkg-config,
  writableTmpDirAsHomeHook,
  versionCheckHook,
  nix-update-script,
  gurk-rs,
@@ -18,13 +19,13 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "gurk-rs";
  version = "0.6.2";
  version = "0.6.3";

  src = fetchFromGitHub {
    owner = "boxdot";
    repo = "gurk-rs";
    tag = "v${version}";
    hash = "sha256-FSnKBSRhnHwjMzC8zGU/AHBuPX44EjMLS+3wHkf6IZw=";
    hash = "sha256-6WU5epBnCPCkEYPZvWMOGOdkw8cL+nvHKs3RnsrhJO0=";
  };

  postPatch = ''
@@ -33,7 +34,7 @@ rustPlatform.buildRustPackage rec {

  useFetchCargoVendor = true;

  cargoHash = "sha256-6+AFyQjbtxKHbMhYhfu9pUoz/cWGtl5o+IA6kFO4Zjk=";
  cargoHash = "sha256-qW+9d2Etwh9sPxgy0mZtUFtkjlFTHU5uJYTW5jLcBlo=";

  nativeBuildInputs = [
    protobuf
@@ -53,6 +54,8 @@ rustPlatform.buildRustPackage rec {

  useNextest = true;

  nativeCheckInputs = [ writableTmpDirAsHomeHook ];

  nativeInstallCheckInputs = [
    versionCheckHook
  ];