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

last: 1519 -> 1540
This commit is contained in:
Justin Bedő 2024-02-07 11:04:57 +11:00 committed by GitHub
commit 6b0d1402d7
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 = "1519";
version = "1540";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-659YiC7NA6ottOR41jo3ayh4lwReWj46NKMhMPuebF4=";
hash = "sha256-oGGpPWWQ5EVK9n5BLQwt1Wch2Xn24B+NrKg6+VrsUMY=";
};
nativeBuildInputs = [