last: 1611 -> 1615

This commit is contained in:
R. Ryantm
2025-03-16 03:40:22 +00:00
parent 1a4711b6be
commit 00d344c84e
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1611";
version = "1615";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-m7JmNAFKI1mVzNtDeXKnDBxdFlcNZKBvxsq+KBuQWs4=";
hash = "sha256-1opYdV4nszLSuHNCo0HuURuPYby8oVGXwQvDd68mDOM=";
};
nativeBuildInputs = [