summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-30 23:26:09 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-06-03 16:04:41 +0200
commit97e64c3cf51b52c033519c6e74f9ba490991ffdc (patch)
tree67a3887f655f9fce59b3a6e776f3fc4d58fa45b2 /pkgs/tools/text
parent6d00d72aef9a623be4f67dc03b932c5b1052812d (diff)
downloadnixlib-97e64c3cf51b52c033519c6e74f9ba490991ffdc.tar
nixlib-97e64c3cf51b52c033519c6e74f9ba490991ffdc.tar.gz
nixlib-97e64c3cf51b52c033519c6e74f9ba490991ffdc.tar.bz2
nixlib-97e64c3cf51b52c033519c6e74f9ba490991ffdc.tar.lz
nixlib-97e64c3cf51b52c033519c6e74f9ba490991ffdc.tar.xz
nixlib-97e64c3cf51b52c033519c6e74f9ba490991ffdc.tar.zst
nixlib-97e64c3cf51b52c033519c6e74f9ba490991ffdc.zip
discount: 2.1.6 -> 2.2.0
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/discount/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/discount/default.nix b/pkgs/tools/text/discount/default.nix
index ff846ac0933d..adab8c9a10df 100644
--- a/pkgs/tools/text/discount/default.nix
+++ b/pkgs/tools/text/discount/default.nix
@@ -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";