discount: 2.2.3a -> 2.2.4 (#45253)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/discount/versions.
This commit is contained in:
R. RyanTM 2018-08-19 14:09:42 -07:00 committed by xeji
parent a11fa70848
commit 578760535d

View file

@ -1,12 +1,12 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "2.2.3a";
version = "2.2.4";
name = "discount-${version}";
src = fetchurl {
url = "http://www.pell.portland.or.us/~orc/Code/discount/discount-${version}.tar.bz2";
sha256 = "0m09x9dd75d3pqvmrwr0kqw3dm2x3ss9clj5fxf7lq79lbyxbxbm";
sha256 = "199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl";
};
patches = ./fix-configure-path.patch;