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

last: 1045 -> 1047
This commit is contained in:
Ryan Mulligan 2020-02-10 18:10:08 -08:00 committed by GitHub
commit b99e12f4fe
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 = "1045";
version = "1047";
src = fetchurl {
url = "http://last.cbrc.jp/last-${version}.zip";
sha256 = "0x2wrm52ca935n3yc486m8yy59ap34w1x9h3csjca3jab5agnjkc";
sha256 = "06fj4qfw3dd35y3pky3dnr40v1alf43wjx373rbx1vr3hbgzvgf8";
};
nativeBuildInputs = [ unzip ];