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

last: 1170 -> 1178
This commit is contained in:
Mario Rodas 2021-01-30 10:26:15 -05:00 committed by GitHub
commit 6d8b2d71ba
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 = "1170";
version = "1178";
src = fetchurl {
url = "http://last.cbrc.jp/last-${version}.zip";
sha256 = "sha256-hBuG6QGXtBrvNrtaZU+i8gxu2ZQw+srFRkbuWoL5JHc=";
sha256 = "sha256-LihTYXiYCHAFZaWDb2MqN+RvHayGSyZd3vJf4TVCu3A=";
};
nativeBuildInputs = [ unzip ];