Merge pull request #268455 from r-ryantm/auto-update/multitail

multitail: 7.1.1 -> 7.1.2
This commit is contained in:
Matthias Beyer 2023-11-19 09:46:52 +01:00 committed by GitHub
commit 274793192a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, ncurses, pkg-config, cmake }: { lib, stdenv, fetchFromGitHub, ncurses, pkg-config, cmake }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "7.1.1"; version = "7.1.2";
pname = "multitail"; pname = "multitail";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folkertvanheusden"; owner = "folkertvanheusden";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-qQc7FqpkAri/RE1hJIC4P6n1Jc6TJwBcR0Dp5n5QDQg="; sha256 = "sha256-00NZI/KFcgEAkvESnx0KQFW1GvX6FgZLA4Z1Fv2qi+E=";
}; };
nativeBuildInputs = [ pkg-config cmake ]; nativeBuildInputs = [ pkg-config cmake ];