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

last: 1456 -> 1460
This commit is contained in:
Justin Bedő 2023-07-26 20:06:44 +10:00 committed by GitHub
commit ef4a59fac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1456";
version = "1460";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-9DkmqqovVqaahoHoY30CfINEHTKn3Rqb9yVtU4fIgKw=";
hash = "sha256-9Er15zsq9Xrw66M8QOmARC1S/O5NvmpdUvOZUGc92P0=";
};
nativeBuildInputs = [