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

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

last: 1445 -> 1447
parents 14b15a92 10c93d97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "last";
  version = "1445";
  version = "1447";

  src = fetchFromGitLab {
    owner = "mcfrith";
    repo = "last";
    rev = "refs/tags/${version}";
    hash = "sha256-E3D9KmCIVcwXblwJ0wePk0wKoXwKA2UsSGqfMmRsw2A=";
    hash = "sha256-zts1F2tFeBP7CQifpc2M4i6duK8FA7hQXTOizv8/kWM=";
  };

  nativeBuildInputs = [