Skip to content

Commit

Permalink
last: 1607 -> 1608 (#374226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedo authored Jan 19, 2025
2 parents b47e09d + b75a450 commit 5e2aac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/la/last/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "last";
version = "1607";
version = "1608";

src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = "refs/tags/${version}";
hash = "sha256-AHaKE9il4GZ5JhCqmScqG/rTHEOA8+A421pbdrDHZeY=";
hash = "sha256-enTw68QklAJ6iz5L8y0R6ss6gAUFERfqdUMhJnPtePk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5e2aac6

Please sign in to comment.