Unverified Commit 6dee6eac authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gurk-rs: 0.9.0 -> 0.9.1 (#502367)

parents 4b775c52 8b5e5767
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,20 +14,20 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "gurk-rs";
  version = "0.9.0";
  version = "0.9.1";

  src = fetchFromGitHub {
    owner = "boxdot";
    repo = "gurk-rs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-w9s7iZ1QPrNleVjAu7Z0ElIRJZWV8l6uCbOZsB7FL4M=";
    hash = "sha256-qgAQsQKAOPJrDgqwY6cwP0EruByhsQnQAQsmGZ1C5P4=";
  };

  postPatch = ''
    rm .cargo/config.toml
  '';

  cargoHash = "sha256-PWeIfo5IepPr6Ug0sdXE6aFguNkBuM0/v8HkAeq8hQI=";
  cargoHash = "sha256-O5R93pVG8mCrmuhebJ6Csn5CqdlFIIo00GEIT1QARbs=";

  nativeBuildInputs = [
    protobuf