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

last: 1550 -> 1592 (#349510)

parents 00b51dac dfcd56c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "last";
  version = "1550";
  version = "1592";

  src = fetchFromGitLab {
    owner = "mcfrith";
    repo = "last";
    rev = "refs/tags/${version}";
    hash = "sha256-kvI3m2FIPscU/a3GEH+O3yx5TgdNHdYP6OW3/mI2roM=";
    hash = "sha256-ZZdIOUKyA+TvWHOV5JU1LUnh3hSDBqXhJK9a/frVMF0=";
  };

  nativeBuildInputs = [