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

last: 1609 -> 1611 (#386572)

parents f1a7026e 32d58ea2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "last";
  version = "1609";
  version = "1611";

  src = fetchFromGitLab {
    owner = "mcfrith";
    repo = "last";
    rev = "refs/tags/${version}";
    hash = "sha256-QSl2RvHilsD5Z65QC9Q6Flqx3gIXeoKyFOO5LWoV6MQ=";
    hash = "sha256-m7JmNAFKI1mVzNtDeXKnDBxdFlcNZKBvxsq+KBuQWs4=";
  };

  nativeBuildInputs = [