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

last: 1548 -> 1550
This commit is contained in:
Nick Cao 2024-08-05 19:31:14 -04:00 committed by GitHub
commit 1570486e98
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 = "1548";
version = "1550";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-6mLPnyEAuRvCeV8pv3avsm6CKDrBPgX8xSxGO2kvTrM=";
hash = "sha256-kvI3m2FIPscU/a3GEH+O3yx5TgdNHdYP6OW3/mI2roM=";
};
nativeBuildInputs = [