···88in
99stdenv.mkDerivation rec {
1010 name = "kdbplus-${version}";
1111- version = "3.2";
1111+ version = "3.3";
12121313 src = requireFile {
1414 message = ''
1515 Nix can't download kdb+ for you automatically. Go to
1616 http://kx.com and download the free, 32-bit version for
1717 Linux. Then run "nix-prefetch-url file:///linux.zip" in the
1818- directory where you saved it. Note you need version 3.2.
1818+ directory where you saved it. Note you need version 3.3.
1919 '';
2020 name = "linux.zip";
2121- sha256 = "0ah1kfvxnrck1kg8j7rpzgj6amji62zbm4ya6q55l54gm3qq6q0r";
2121+ sha256 = "5fd0837599e24f0f437a8314510888a86ab0787684120a8fcf592299800aa940";
2222 };
23232424 dontStrip = true;