last: 1542 -> 1543 (#307730)

This commit is contained in:
R. RyanTM 2024-05-02 06:49:48 +10:00 committed by GitHub
parent 42c40d1180
commit a16ec6bad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1542";
version = "1543";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-ZzvyyecYiBscogfN9/FnDbHg/lqb8y14n9C2KLIqhFA=";
hash = "sha256-APHPv7Q64JITfHsvjCThZ6hvGHerk6wjOm32KdTv4k8=";
};
nativeBuildInputs = [