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.

authored by Will Dietz and committed by xeji 33668b6e 92a5bb68

+2 -2
+2 -2
pkgs/os-specific/linux/psmisc/default.nix
··· 1 1 {stdenv, fetchurl, ncurses}: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "psmisc-23.2"; 4 + name = "psmisc-23.1"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://sourceforge/psmisc/${name}.tar.xz"; 8 - sha256 = "0s1kjhrik0wzqbm7hv4gkhywhjrwhp9ajw0ad05fwharikk6ah49"; 8 + sha256 = "0c5s94hqpwfmyswx2f96gifa6wdbpxxpkyxcrlzbxpvmrxsd911f"; 9 9 }; 10 10 11 11 buildInputs = [ncurses];