Unverified Commit a16ec6ba authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

last: 1542 -> 1543 (#307730)

parent 42c40d11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "last";
  version = "1542";
  version = "1543";

  src = fetchFromGitLab {
    owner = "mcfrith";
    repo = "last";
    rev = "refs/tags/${version}";
    hash = "sha256-ZzvyyecYiBscogfN9/FnDbHg/lqb8y14n9C2KLIqhFA=";
    hash = "sha256-APHPv7Q64JITfHsvjCThZ6hvGHerk6wjOm32KdTv4k8=";
  };

  nativeBuildInputs = [