summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/ragel
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-11-17 21:50:25 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-11-17 22:34:03 +0100
commit564f9dc55d5bd0b49a3490e0febf5b4b8e7ea04e (patch)
treeee367c164b6f18135190ccc724ec8e18db2abb7e /pkgs/development/tools/parsing/ragel
parent5ed5b2278b6502b4072734f01c9ff7f8015f3d78 (diff)
downloadnixpkgs-564f9dc55d5bd0b49a3490e0febf5b4b8e7ea04e.tar
nixpkgs-564f9dc55d5bd0b49a3490e0febf5b4b8e7ea04e.tar.gz
nixpkgs-564f9dc55d5bd0b49a3490e0febf5b4b8e7ea04e.tar.bz2
nixpkgs-564f9dc55d5bd0b49a3490e0febf5b4b8e7ea04e.tar.lz
nixpkgs-564f9dc55d5bd0b49a3490e0febf5b4b8e7ea04e.tar.xz
nixpkgs-564f9dc55d5bd0b49a3490e0febf5b4b8e7ea04e.tar.zst
nixpkgs-564f9dc55d5bd0b49a3490e0febf5b4b8e7ea04e.zip
ragel: 7.0.0.6 -> 7.0.0.9
Diffstat (limited to 'pkgs/development/tools/parsing/ragel')
-rw-r--r--pkgs/development/tools/parsing/ragel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/parsing/ragel/default.nix b/pkgs/development/tools/parsing/ragel/default.nix
index 753c91aa688..e54d4c540fe 100644
--- a/pkgs/development/tools/parsing/ragel/default.nix
+++ b/pkgs/development/tools/parsing/ragel/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "ragel-${version}";
-  version = "7.0.0.6";
+  version = "7.0.0.9";
 
   src = fetchurl {
     url = "http://www.colm.net/files/ragel/${name}.tar.gz";
-    sha256 = "1ns3kbcvhinn4rwm54ajg49d1la8filxskl3rgbwws0irzw507vs";
+    sha256 = "1w2jhfg3fxl15gcmm7z3jbi6splgc83mmwcfbp08lfc8sg2wmrmr";
   };
 
   buildInputs = stdenv.lib.optional build-manual [ transfig ghostscript tex ];