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

last: 1642 -> 1645 (#444177)

parents 1b6d5e65 7869f0c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "last";
  version = "1642";
  version = "1645";

  src = fetchFromGitLab {
    owner = "mcfrith";
    repo = "last";
    rev = "refs/tags/${version}";
    hash = "sha256-CBpx7dTL709nTBIUxbnuUBGpgaxo7zj5SPMvsBsvYVs=";
    hash = "sha256-oIGs5taAfT448BxXv6/ND+8CXAWgGd2jt7fO+vIXOZU=";
  };

  nativeBuildInputs = [