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

last: 1409 -> 1411
This commit is contained in:
Justin Bedő 2022-09-26 11:49:30 +10:00 committed by GitHub
commit d21b5ac044
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 = "1409";
version = "1411";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = version;
sha256 = "sha256-AFK0va1HonSWJdzJLdLraiu4LhUCJFgq6qajbbPmHuY=";
sha256 = "sha256-CO3tlFx9NxGplErENG6iFikgE246swPITsVR+nHzsYw=";
};
nativeBuildInputs = [ unzip ];