Merge pull request #184271 from r-ryantm/auto-update/last

last: 1268 -> 1406
This commit is contained in:
Justin Bedő 2022-08-02 11:09:32 +10:00 committed by GitHub
commit 48a6027d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];