last: 1544 -> 1548

This commit is contained in:
R. Ryantm
2024-06-15 05:29:39 +00:00
parent 49aefbf4e0
commit 9ffeef4612
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1544";
version = "1548";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-jxNudfUvSqV1QUzdvG8LWtL977oho9QuOQImmwbQiIM=";
hash = "sha256-6mLPnyEAuRvCeV8pv3avsm6CKDrBPgX8xSxGO2kvTrM=";
};
nativeBuildInputs = [