smemstat: 0.01.14 -> 0.01.16

This commit is contained in:
Franz Pletz 2017-01-26 03:48:56 +01:00
parent 6a24c6dc32
commit f4833ed484
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,12 +1,13 @@
{ stdenv, lib, fetchurl }:
{ stdenv, lib, fetchurl, ncurses }:
stdenv.mkDerivation rec {
name = "smemstat-${version}";
version = "0.01.14";
version = "0.01.16";
src = fetchurl {
url = "http://kernel.ubuntu.com/~cking/tarballs/smemstat/smemstat-${version}.tar.gz";
sha256 = "0qkpbg0n40d8m9jzf3ylpdp65zzs344zbjn8khha4plbwg00ijrw";
sha256 = "14n3s6ibm9bq58drvpiasqn11ci6mrwswfpcbpbsimx6fh2j4bi3";
};
buildInputs = [ ncurses ];
installFlags = [ "DESTDIR=$(out)" ];
postInstall = ''
mv $out/usr/* $out