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

last: 1061 -> 1066
This commit is contained in:
Ryan Mulligan 2020-07-05 16:09:42 -07:00 committed by GitHub
commit 9dcf134813
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 = "1061";
version = "1066";
src = fetchurl {
url = "http://last.cbrc.jp/last-${version}.zip";
sha256 = "1jbvcxfy5xrf90qbhif0bd6aywm9rjqrm0sx24yr312f7r7c1dnx";
sha256 = "098j3f3a80rmhd01ds7rnb9y1xykmll2yh5ivpnvskssd8z2vc4r";
};
nativeBuildInputs = [ unzip ];