last: 1542 -> 1543 (#307730)

This commit is contained in:
R. RyanTM
2024-05-01 22:49:48 +02:00
committed by GitHub
parent 42c40d1180
commit a16ec6bad3
@@ -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 = [