Merge pull request #36508 from ryantm/auto-update/discount

discount: 2.2.2 -> 2.2.3
This commit is contained in:
Joachim F 2018-03-14 19:48:05 +00:00 committed by GitHub
commit f84d39e843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.2.2"; version = "2.2.3";
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 = "0r4gjyk1ngx47zhb25q0gkjm3bz2m5x8ngrk6rim3y1y3rricygc"; sha256 = "17797xiaq0kk152pj4rvd9grg4i518x3glnwg1lgl8rry3dbrzx8";
}; };
patches = ./fix-configure-path.patch; patches = ./fix-configure-path.patch;