last: 1592 -> 1607

This commit is contained in:
R. Ryantm
2024-12-17 13:21:54 +00:00
parent 4989a246d7
commit bbc3d88974
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1592";
version = "1607";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-ZZdIOUKyA+TvWHOV5JU1LUnh3hSDBqXhJK9a/frVMF0=";
hash = "sha256-AHaKE9il4GZ5JhCqmScqG/rTHEOA8+A421pbdrDHZeY=";
};
nativeBuildInputs = [