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

last: 1256 -> 1260
This commit is contained in:
Justin Bedő 2022-02-13 09:25:49 +11:00 committed by GitHub
commit 28f5937aeb
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 = "1256";
version = "1260";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = version;
sha256 = "sha256-lOsU0X4K6jYcbkTzwQV+KAerQh9odE4zCLtSgZrYH6s=";
sha256 = "sha256-bJNvoHr2sQYtiC3tr1GA0T0kRhDyx6hU3OOSTvKUSCs=";
};
nativeBuildInputs = [ unzip ];