Commit 338941f4 authored by R. RyanTM's avatar R. RyanTM
Browse files

gurk-rs: 0.6.3 -> 0.6.4

parent 4a8e7878
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "gurk-rs";
  version = "0.6.3";
  version = "0.6.4";

  src = fetchFromGitHub {
    owner = "boxdot";
    repo = "gurk-rs";
    tag = "v${version}";
    hash = "sha256-6WU5epBnCPCkEYPZvWMOGOdkw8cL+nvHKs3RnsrhJO0=";
    hash = "sha256-1vnyzKissOciLopWzWN2kmraFevYW/w32KVmP8qgUM4=";
  };

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

  useFetchCargoVendor = true;

  cargoHash = "sha256-qW+9d2Etwh9sPxgy0mZtUFtkjlFTHU5uJYTW5jLcBlo=";
  cargoHash = "sha256-PCeiJYeIeMgKoQYiDI6DPwNgJcSxw4gw6Ra1YmqsNys=";

  nativeBuildInputs = [
    protobuf