last: 1170 -> 1178

This commit is contained in:
R. RyanTM 2021-01-30 07:52:29 +00:00
parent ac98f9973f
commit ad28c0fb42
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "last"; pname = "last";
version = "1170"; version = "1178";
src = fetchurl { src = fetchurl {
url = "http://last.cbrc.jp/last-${version}.zip"; url = "http://last.cbrc.jp/last-${version}.zip";
sha256 = "sha256-hBuG6QGXtBrvNrtaZU+i8gxu2ZQw+srFRkbuWoL5JHc="; sha256 = "sha256-LihTYXiYCHAFZaWDb2MqN+RvHayGSyZd3vJf4TVCu3A=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];