psmisc: 22.21 -> 23.0

No longer need fuser patch, fixes musl compat.
This commit is contained in:
Will Dietz
2017-06-13 22:05:00 +02:00
committed by Franz Pletz
parent 9fb87f9c9d
commit b83609add3
2 changed files with 3 additions and 50 deletions
+3 -6
View File
@@ -3,18 +3,15 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "psmisc-22.21";
name = "psmisc-23.0";
src = fetchurl {
url = "mirror://sourceforge/psmisc/${name}.tar.gz";
sha256 = "0nhlm1vrrwn4a845p6y4nnnb4liq70n74zbdd5dq844jc6nkqclp";
url = "mirror://sourceforge/psmisc/${name}.tar.xz";
sha256 = "0k7hafh9388s3hh9j943jy1qk9g1c43j02nyk0xis0ngbs632lvm";
};
buildInputs = [ncurses];
# From upstream, will be in next release.
patches = [ ./0001-Typo-in-fuser-makes-M-on-all-the-time.patch ];
meta = {
homepage = http://psmisc.sourceforge.net/;
description = "A set of small useful utilities that use the proc filesystem (such as fuser, killall and pstree)";