mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
discount: 2.1.6 -> 2.2.0
This commit is contained in:
parent
6d00d72aef
commit
97e64c3cf5
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl}:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.1.6";
|
||||
version = "2.2.0";
|
||||
name = "discount-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.pell.portland.or.us/~orc/Code/discount/discount-${version}.tar.bz2";
|
||||
sha256 = "15h726m5yalq15hkxxfw4bxwd6wkwkan5q7s80pgi1z32ygb4avh";
|
||||
sha256 = "1wxrv86xr8cacwhzkyzmfxg58svfnn3swbpbk5hq621ckk19alxj";
|
||||
};
|
||||
patches = ./fix-configure-path.patch;
|
||||
configureScript = "./configure.sh";
|
||||
|
|
Loading…
Reference in a new issue