about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-05-25 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-05-25 04:20:00 -0500
commit429d71d520d2033bad6ea3cdc6c79f6a6732170a (patch)
tree2d90c7935e8400ed66b9880d2dc9f4cc7d477654 /pkgs/development/tools/parsing
parentce60442420e67c260ac1138d2fdf5126e2d6d705 (diff)
ragelDev: 7.0.0.11 -> 7.0.0.12
Diffstat (limited to 'pkgs/development/tools/parsing')
-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 f418229f893bc..d08df8265b0a4 100644
--- a/pkgs/development/tools/parsing/ragel/default.nix
+++ b/pkgs/development/tools/parsing/ragel/default.nix
@@ -43,8 +43,8 @@ in
   };
 
   ragelDev = generic {
-    version = "7.0.0.11";
-    sha256 = "0h2k9bfz9i7x9mvr9rbsrzz8fk17756zwwrkf3fppvm9ivzwdfh8";
+    version = "7.0.0.12";
+    sha256 = "0x3si355lv6q051lgpg8bpclpiq5brpri5lv3p8kk2qhzfbyz69r";
     license = stdenv.lib.licenses.mit;
   };
 }