diffstat: 1.60 -> 1.61

This commit is contained in:
Matthias Beyer 2016-05-30 23:26:20 +02:00 committed by Joachim Fasting
parent 97e64c3cf5
commit 871c4d78e8
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "diffstat-1.60";
name = "diffstat-1.61";
src = fetchurl {
url = "ftp://invisible-island.net/diffstat/${name}.tgz";
sha256 = "08q1zckb3q5xpqa17pl14fbi5b64xc0sjbg393ap1bivnhcf8ci0";
sha256 = "1vjmda2zfjxg0qkaj8hfqa8g6bfwnn1ja8696rxrjgqq4w69wd95";
};
meta = with stdenv.lib; {