Merge pull request #23312 from ndowens/discount
Discount: 2.2.0 -> 2.2.2
This commit is contained in:
commit
0d936b0366
|
@ -1,12 +1,14 @@
|
||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.2.0";
|
version = "2.2.2";
|
||||||
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 = "1wxrv86xr8cacwhzkyzmfxg58svfnn3swbpbk5hq621ckk19alxj";
|
sha256 = "0r4gjyk1ngx47zhb25q0gkjm3bz2m5x8ngrk6rim3y1y3rricygc";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = ./fix-configure-path.patch;
|
patches = ./fix-configure-path.patch;
|
||||||
configureScript = "./configure.sh";
|
configureScript = "./configure.sh";
|
||||||
|
|
||||||
|
@ -14,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Implementation of Markdown markup language in C";
|
description = "Implementation of Markdown markup language in C";
|
||||||
homepage = "http://www.pell.portland.or.us/~orc/Code/discount/";
|
homepage = "http://www.pell.portland.or.us/~orc/Code/discount/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.shell ];
|
maintainers = with maintainers; [ shell ndowens ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue