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