chkrootkit: 0.55 -> 0.58b

This commit is contained in:
R. Ryantm 2023-11-20 19:36:09 +00:00 committed by Jonathan Ringer
parent a6779efbbc
commit 2f10bac416

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "chkrootkit";
version = "0.55";
version = "0.58b";
src = fetchurl {
url = "ftp://ftp.chkrootkit.org/pub/seg/pac/${pname}-${version}.tar.gz";
sha256 = "sha256-qBwChuxEkxP5U3ASAqAOgbIE/Cz0PieFhaEcEqXgJYs=";
sha256 = "sha256-de0qzoHw+j6cP7ZNqw6IV+1ZJH6nVfWJhBb+ssZoB7k=";
};
# TODO: a lazy work-around for linux build failure ...