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 { stdenv.mkDerivation rec {
pname = "last"; pname = "last";
version = "1268"; version = "1406";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "mcfrith"; owner = "mcfrith";
repo = "last"; repo = "last";
rev = version; rev = version;
sha256 = "sha256-9yzeLg3xporl32sZ1Ks8s63jXJNGUiI64XyQmhbQF4M="; sha256 = "sha256-N1B9W++4SiMRMUjDi8ZexOWF/HQpN8BBPuDKYh4bCS8=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];