utmps: 0.1.0.0 -> 0.1.0.2

in 0.1.0.2

  • WTMP_FILE is now /var/log/wtmp, to ease integration with
    distributions. (Unlike utmp, wtmp is supposed to be persistent.)

in 0.1.0.1

  • skalibs dependency bumped to 2.10.0.3.
  • s6 run-time dependency bumped to 2.10.0.3.
This commit is contained in:
Alyssa Ross 2021-06-15 13:40:49 +00:00
parent 1dc039e653
commit 0efb71b390

View file

@ -4,8 +4,8 @@ with skawarePackages;
buildPackage {
pname = "utmps";
version = "0.1.0.0";
sha256 = "09p0k2sgxr7jlsbrn66fzvzf9zxvpjp85y79xk10hxjglypszyml";
version = "0.1.0.2";
sha256 = "1vjza7m65ziq54q0sv46kb3lss9cmxkkv0n9h3i8505x0h2hlvlb";
description = "A secure utmpx and wtmp implementation";