mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
discount: 3.0.1 -> 3.0.1.2
“fix a host of string allocation bugs”
This commit is contained in:
parent
2ca437b479
commit
ae65fb0103
|
|
@ -5,14 +5,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.0.1";
|
version = "3.0.1.2";
|
||||||
pname = "discount";
|
pname = "discount";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Orc";
|
owner = "Orc";
|
||||||
repo = "discount";
|
repo = "discount";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Bb6vcEICzxaQmBIm9xQy5dKV485iwcxgkA3PAHaR2cw=";
|
hash = "sha256-QZmbc3imBlQmFgTjtepEx2HqsfW93yqqUy0LN5WWKwM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./fix-configure-path.patch ];
|
patches = [ ./fix-configure-path.patch ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue