Commit c4e8ee18 authored by R. RyanTM's avatar R. RyanTM
Browse files

multitail: 7.0.0 -> 7.1.1

parent 3e8e1782
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, ncurses, pkg-config, cmake }:

stdenv.mkDerivation rec {
  version = "7.0.0";
  version = "7.1.1";
  pname = "multitail";

  src = fetchFromGitHub {
    owner = "folkertvanheusden";
    repo = pname;
    rev = version;
    sha256 = "sha256-AMW55Bmwn0BsD36qGXI5WmEfydrMBob8NRY3Tyq92vA=";
    sha256 = "sha256-qQc7FqpkAri/RE1hJIC4P6n1Jc6TJwBcR0Dp5n5QDQg=";
  };

  nativeBuildInputs = [ pkg-config cmake ];