last: 1648 -> 1651

This commit is contained in:
R. Ryantm
2026-01-27 08:31:05 +00:00
parent 8913af27d0
commit 763baff5ac
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1648";
version = "1651";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
tag = version;
hash = "sha256-U1FGP6jzB36HLwTFKm/VMZWPPjo6mVuV/ePhGIkQgpg=";
hash = "sha256-TAc9prYydX5XO31f6p5DD7XMxVbNOW9ROtB7Agd7t8c=";
};
nativeBuildInputs = [