Merge pull request #249878 from jbedo/last

last: 1460 -> 1471
This commit is contained in:
OTABI Tomoya 2023-08-21 16:09:10 +09:00 committed by GitHub
commit 325b09c1b5
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 = "1460";
version = "1471";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-9Er15zsq9Xrw66M8QOmARC1S/O5NvmpdUvOZUGc92P0=";
hash = "sha256-HQ2C7SFfJS6TOJZUm6szhu+hMm41BnH8A7DZE5yh9fM=";
};
nativeBuildInputs = [