last: 1445 -> 1447

This commit is contained in:
R. Ryantm
2023-02-12 17:14:30 +00:00
parent 8d4db5e081
commit 10c93d977d
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1445";
version = "1447";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-E3D9KmCIVcwXblwJ0wePk0wKoXwKA2UsSGqfMmRsw2A=";
hash = "sha256-zts1F2tFeBP7CQifpc2M4i6duK8FA7hQXTOizv8/kWM=";
};
nativeBuildInputs = [