language-java: hash change

it looks as if the maintainer decided that 0.2.5.1 (which appeared for
a short time) could just replace 0.2.5

+1 -1
+1 -1
pkgs/development/libraries/haskell/language-java/default.nix
··· 5 5 cabal.mkDerivation (self: { 6 6 pname = "language-java"; 7 7 version = "0.2.5"; 8 - sha256 = "1l3q156m3l3fawsrgj3fr16qxr0apwg2si410j0f5hsgfmkhdrm6"; 8 + sha256 = "1ai6mvzasi8fji4b81nrpy48icf5h25g3kakhpfbzckwf20c9dkd"; 9 9 buildDepends = [ cpphs parsec syb ]; 10 10 testDepends = [ 11 11 filepath HUnit mtl QuickCheck testFramework testFrameworkHunit