From 33668b6edd40e70033942e51bbc5e19aef55ca5a Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sat, 1 Sep 2018 16:10:47 -0500 Subject: Revert "psmisc: 23.1 -> 23.2 (#45169)" (#45918) 23.2 isn't an actual release yet (for example, not listed here: https://gitlab.com/psmisc/psmisc/tags ) and 23.2 apparently has caused problems elsewhere, https://github.com/void-linux/void-packages/issues/2288 If this doesn't make branch-off might need to be picked over. I have not experienced problems with this yet AFAIK. This reverts commit b4411ab4797596b32740f78a89020a1c3e8c3af4. --- pkgs/os-specific/linux/psmisc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/os-specific/linux/psmisc/default.nix b/pkgs/os-specific/linux/psmisc/default.nix index c7b71d4e501..1eec10860f7 100644 --- a/pkgs/os-specific/linux/psmisc/default.nix +++ b/pkgs/os-specific/linux/psmisc/default.nix @@ -1,11 +1,11 @@ {stdenv, fetchurl, ncurses}: stdenv.mkDerivation rec { - name = "psmisc-23.2"; + name = "psmisc-23.1"; src = fetchurl { url = "mirror://sourceforge/psmisc/${name}.tar.xz"; - sha256 = "0s1kjhrik0wzqbm7hv4gkhywhjrwhp9ajw0ad05fwharikk6ah49"; + sha256 = "0c5s94hqpwfmyswx2f96gifa6wdbpxxpkyxcrlzbxpvmrxsd911f"; }; buildInputs = [ncurses]; -- cgit 1.4.1