mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
multitail: 6.4.2 -> 6.5.0
This commit is contained in:
parent
9d2ed2f0bd
commit
bd8996005d
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "6.4.2";
|
||||
version = "6.5.0";
|
||||
pname = "multitail";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.vanheusden.com/multitail/${pname}-${version}.tgz";
|
||||
sha256 = "1zd1r89xkxngl1pdrvsc877838nwkfqkbcgfqm3vglwalxc587dg";
|
||||
sha256 = "1vd9vdxyxsccl64ilx542ya5vlw2bpg6gnkq1x8cfqy6vxvmx7dj";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
|
|
Loading…
Reference in a new issue