last: 1268 -> 1406

This commit is contained in:
R. Ryantm 2022-07-31 16:58:20 +00:00
parent 6fde9705e8
commit e0a9011556

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1268";
version = "1406";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = version;
sha256 = "sha256-9yzeLg3xporl32sZ1Ks8s63jXJNGUiI64XyQmhbQF4M=";
sha256 = "sha256-N1B9W++4SiMRMUjDi8ZexOWF/HQpN8BBPuDKYh4bCS8=";
};
nativeBuildInputs = [ unzip ];