last: 1519 -> 1540

This commit is contained in:
R. Ryantm 2024-02-06 06:07:25 +00:00
parent 7aeb86c1fa
commit ad308afcd0

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1519";
version = "1540";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-659YiC7NA6ottOR41jo3ayh4lwReWj46NKMhMPuebF4=";
hash = "sha256-oGGpPWWQ5EVK9n5BLQwt1Wch2Xn24B+NrKg6+VrsUMY=";
};
nativeBuildInputs = [