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

last: 1471 -> 1499
This commit is contained in:
Justin Bedő 2023-11-08 09:21:48 +11:00 committed by GitHub
commit 5cd7971391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1471";
version = "1499";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-HQ2C7SFfJS6TOJZUm6szhu+hMm41BnH8A7DZE5yh9fM=";
hash = "sha256-uofXtGGDloM1FxW0PYKKwfDOPlAJiapGVKwd1clFzp8=";
};
nativeBuildInputs = [