Merge pull request #289911 from r-ryantm/auto-update/last

last: 1541 -> 1542
This commit is contained in:
Justin Bedő
2024-03-01 08:59:19 +11:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1541";
version = "1542";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-gEesPeGY2RozoViZpBWNTXFJriKVb/r0Efw9XEXwXmM=";
hash = "sha256-ZzvyyecYiBscogfN9/FnDbHg/lqb8y14n9C2KLIqhFA=";
};
nativeBuildInputs = [