about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-09-03 20:00:58 +0000
committerShea Levy <shea@shealevy.com>2011-09-03 20:00:58 +0000
commit04e4bf68c8c249bbe413c0ff83bce611a5be22c4 (patch)
tree86f140e65a18bfb05e46f023b123fb3a18a3c45b /pkgs/development/libraries
parentdb867607cb3e0838a00ded4d52bb97dfc3e855a7 (diff)
downloadnixlib-04e4bf68c8c249bbe413c0ff83bce611a5be22c4.tar
nixlib-04e4bf68c8c249bbe413c0ff83bce611a5be22c4.tar.gz
nixlib-04e4bf68c8c249bbe413c0ff83bce611a5be22c4.tar.bz2
nixlib-04e4bf68c8c249bbe413c0ff83bce611a5be22c4.tar.lz
nixlib-04e4bf68c8c249bbe413c0ff83bce611a5be22c4.tar.xz
nixlib-04e4bf68c8c249bbe413c0ff83bce611a5be22c4.tar.zst
nixlib-04e4bf68c8c249bbe413c0ff83bce611a5be22c4.zip
sphinxbase: The source tarball hash changed for some reason. That's disconcerting...
svn path=/nixpkgs/trunk/; revision=28998
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/sphinxbase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/sphinxbase/default.nix b/pkgs/development/libraries/sphinxbase/default.nix
index 0631389ac0ed..25b248177937 100644
--- a/pkgs/development/libraries/sphinxbase/default.nix
+++ b/pkgs/development/libraries/sphinxbase/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://sourceforge/cmusphinx/${name}.tar.gz";
-    sha256 = "0xab4ph9215rw5865gihmahbbnbi58klll5xg0il9ifld4wdjacq";
+    sha256 = "1v3kfzw42ahxmr002i6wqigs832958vgghrv5dd62zazajdbk71q";
   };
 
   buildInputs = [ pkgconfig bison ];