lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

logcheck: 1.4.2 -> 1.4.3

+2 -2
+2 -2
pkgs/tools/system/logcheck/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "logcheck"; 5 - version = "1.4.2"; 5 + version = "1.4.3"; 6 6 _name = "logcheck_${version}"; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://debian/pool/main/l/logcheck/${_name}.tar.xz"; 10 - sha256 = "sha256-DGUd6zHcIB8VhOzqKSslmTK65uPozvhG2zEJ6Jp/IX4="; 10 + sha256 = "sha256-rYOugL14C9rl7v1ArVmj6XuFrTpJYqp8ANmO073/zdA="; 11 11 }; 12 12 13 13 prePatch = ''