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

last: 1544 -> 1548
This commit is contained in:
Weijia Wang
2024-06-26 00:49:56 +02:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1544";
version = "1548";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-jxNudfUvSqV1QUzdvG8LWtL977oho9QuOQImmwbQiIM=";
hash = "sha256-6mLPnyEAuRvCeV8pv3avsm6CKDrBPgX8xSxGO2kvTrM=";
};
nativeBuildInputs = [