kdb 3.2 -> 3.3

+3 -3
+3 -3
pkgs/applications/misc/kdbplus/default.nix
··· 8 8 in 9 9 stdenv.mkDerivation rec { 10 10 name = "kdbplus-${version}"; 11 - version = "3.2"; 11 + version = "3.3"; 12 12 13 13 src = requireFile { 14 14 message = '' 15 15 Nix can't download kdb+ for you automatically. Go to 16 16 http://kx.com and download the free, 32-bit version for 17 17 Linux. Then run "nix-prefetch-url file:///linux.zip" in the 18 - directory where you saved it. Note you need version 3.2. 18 + directory where you saved it. Note you need version 3.3. 19 19 ''; 20 20 name = "linux.zip"; 21 - sha256 = "0ah1kfvxnrck1kg8j7rpzgj6amji62zbm4ya6q55l54gm3qq6q0r"; 21 + sha256 = "5fd0837599e24f0f437a8314510888a86ab0787684120a8fcf592299800aa940"; 22 22 }; 23 23 24 24 dontStrip = true;