last: 1607 -> 1608

This commit is contained in:
R. Ryantm
2025-01-16 04:49:37 +00:00
parent fd5197d905
commit b75a450eb9
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1607";
version = "1608";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-AHaKE9il4GZ5JhCqmScqG/rTHEOA8+A421pbdrDHZeY=";
hash = "sha256-enTw68QklAJ6iz5L8y0R6ss6gAUFERfqdUMhJnPtePk=";
};
nativeBuildInputs = [