discount: 2.1.6 -> 2.2.0

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

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.1.6"; version = "2.2.0";
name = "discount-${version}"; name = "discount-${version}";
src = fetchurl { src = fetchurl {
url = "http://www.pell.portland.or.us/~orc/Code/discount/discount-${version}.tar.bz2"; url = "http://www.pell.portland.or.us/~orc/Code/discount/discount-${version}.tar.bz2";
sha256 = "15h726m5yalq15hkxxfw4bxwd6wkwkan5q7s80pgi1z32ygb4avh"; sha256 = "1wxrv86xr8cacwhzkyzmfxg58svfnn3swbpbk5hq621ckk19alxj";
}; };
patches = ./fix-configure-path.patch; patches = ./fix-configure-path.patch;
configureScript = "./configure.sh"; configureScript = "./configure.sh";