last: 1518 -> 1519

This commit is contained in:
R. Ryantm
2023-12-19 07:59:25 +00:00
parent dcaba3a80d
commit 0ecf097e92
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1518";
version = "1519";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-a6i5BfJhVHkXTLd7SVFxISEB+Kwl7BhjUUkF8ItMOak=";
hash = "sha256-659YiC7NA6ottOR41jo3ayh4lwReWj46NKMhMPuebF4=";
};
nativeBuildInputs = [