mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
a11fa70848
commit
578760535d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue