Merge pull request #38249 from r-ryantm/auto-update/discount
discount: 2.2.3 -> 2.2.3a
This commit is contained in:
commit
5355c89c5b
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.2.3";
|
version = "2.2.3a";
|
||||||
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 = "17797xiaq0kk152pj4rvd9grg4i518x3glnwg1lgl8rry3dbrzx8";
|
sha256 = "0m09x9dd75d3pqvmrwr0kqw3dm2x3ss9clj5fxf7lq79lbyxbxbm";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = ./fix-configure-path.patch;
|
patches = ./fix-configure-path.patch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user