last: 1548 -> 1550

This commit is contained in:
R. Ryantm
2024-07-23 00:58:03 +00:00
parent 6f3bb7dca6
commit 055a00a203
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1548";
version = "1550";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-6mLPnyEAuRvCeV8pv3avsm6CKDrBPgX8xSxGO2kvTrM=";
hash = "sha256-kvI3m2FIPscU/a3GEH+O3yx5TgdNHdYP6OW3/mI2roM=";
};
nativeBuildInputs = [