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

last: 1060 -> 1061
This commit is contained in:
Ryan Mulligan 2020-05-23 11:42:47 -07:00 committed by GitHub
commit 5505be7840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1060";
version = "1061";
src = fetchurl {
url = "http://last.cbrc.jp/last-${version}.zip";
sha256 = "0h0604rxg0z0h21dykrnxsb4679zfhibg79gss1v2ik5xpdxl8kk";
sha256 = "1jbvcxfy5xrf90qbhif0bd6aywm9rjqrm0sx24yr312f7r7c1dnx";
};
nativeBuildInputs = [ unzip ];