last: 1540 -> 1541

This commit is contained in:
R. Ryantm 2024-02-14 15:51:25 +00:00
parent e2a0450b4b
commit 55fab6dfd9

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1540";
version = "1541";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-oGGpPWWQ5EVK9n5BLQwt1Wch2Xn24B+NrKg6+VrsUMY=";
hash = "sha256-gEesPeGY2RozoViZpBWNTXFJriKVb/r0Efw9XEXwXmM=";
};
nativeBuildInputs = [