last: 1638 -> 1639

This commit is contained in:
R. Ryantm 2025-04-12 17:53:02 +00:00
parent 44060c6fc4
commit 767ca865c9

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1638";
version = "1639";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-lOdXlAoLSrUb32GohfQGvmtwQsKDFGH4ImYMi8EZqU0=";
hash = "sha256-s3sWLkTmjLNEzYH4P2DHo95OTV5stwAML2b/uTQf5a8=";
};
nativeBuildInputs = [