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

last: 1543 -> 1544
This commit is contained in:
Matthias Beyer 2024-05-26 14:27:37 +02:00 committed by GitHub
commit 2832f80755
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 = "1543";
version = "1544";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-APHPv7Q64JITfHsvjCThZ6hvGHerk6wjOm32KdTv4k8=";
hash = "sha256-jxNudfUvSqV1QUzdvG8LWtL977oho9QuOQImmwbQiIM=";
};
nativeBuildInputs = [