banner: 1.3.3 -> 1.3.4

This commit is contained in:
Robin Gloster
2017-05-21 20:27:44 +02:00
parent 9516b038b7
commit a85ac4b887
+2 -2
View File
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "banner-1.3.3"; name = "banner-1.3.4";
src = fetchurl { src = fetchurl {
url = "http://software.cedar-solutions.com/ftp/software/${name}.tar.gz"; url = "http://software.cedar-solutions.com/ftp/software/${name}.tar.gz";
sha256 = "1njbgba0gzvrmdkvfjgrnvj0i80yi8k7mpkgyxaj07bmv9kc3h5v"; sha256 = "04q5ribr0r9s8waky3nk356l0qdhfxw15ipz7lsfgv1fxq3qk6bz";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {