summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-09-25 22:35:13 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2014-09-26 00:30:07 +0200
commitc73cec011baf09fa881b9723b774e24370c93665 (patch)
tree3995d40f64fa12ad1bfa53c7ac19d7b70479b2c9 /pkgs/development
parentcf61fa80136ba0643719f6f998b5e47af8f7ad02 (diff)
downloadnixlib-c73cec011baf09fa881b9723b774e24370c93665.tar
nixlib-c73cec011baf09fa881b9723b774e24370c93665.tar.gz
nixlib-c73cec011baf09fa881b9723b774e24370c93665.tar.bz2
nixlib-c73cec011baf09fa881b9723b774e24370c93665.tar.lz
nixlib-c73cec011baf09fa881b9723b774e24370c93665.tar.xz
nixlib-c73cec011baf09fa881b9723b774e24370c93665.tar.zst
nixlib-c73cec011baf09fa881b9723b774e24370c93665.zip
mythes: update from 1.2.3 to 1.2.4
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/mythes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mythes/default.nix b/pkgs/development/libraries/mythes/default.nix
index 8fc160ae11d5..dd40a3962449 100644
--- a/pkgs/development/libraries/mythes/default.nix
+++ b/pkgs/development/libraries/mythes/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, hunspell, pkgconfig, perl }:
 
 stdenv.mkDerivation rec {
-  name = "mythes-1.2.3";
+  name = "mythes-1.2.4";
 
   src = fetchurl {
     url = "mirror://sourceforge/hunspell/${name}.tar.gz";
-    sha256 = "0f5q7yiwg9bw4a5zxg0dapqdfc2grfb4ss34ifir3mhhy4q3jf4j";
+    sha256 = "0prh19wy1c74kmzkkavm9qslk99gz8h8wmjvwzjc6lf8v2az708y";
   };
 
   buildInputs = [ hunspell ];