last: 1615 -> 1638

This commit is contained in:
R. Ryantm
2025-04-03 02:59:30 +00:00
parent 0ddf8d4cf7
commit 589c3ba0bd
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1615";
version = "1638";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-1opYdV4nszLSuHNCo0HuURuPYby8oVGXwQvDd68mDOM=";
hash = "sha256-lOdXlAoLSrUb32GohfQGvmtwQsKDFGH4ImYMi8EZqU0=";
};
nativeBuildInputs = [