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

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

last: 1456 -> 1460
parents debb8d7b 40b736f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "last";
  version = "1456";
  version = "1460";

  src = fetchFromGitLab {
    owner = "mcfrith";
    repo = "last";
    rev = "refs/tags/${version}";
    hash = "sha256-9DkmqqovVqaahoHoY30CfINEHTKn3Rqb9yVtU4fIgKw=";
    hash = "sha256-9Er15zsq9Xrw66M8QOmARC1S/O5NvmpdUvOZUGc92P0=";
  };

  nativeBuildInputs = [