Unverified Commit 5cd79713 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

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

last: 1471 -> 1499
parents d24da528 c783a977
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [