summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2016-01-24 23:24:36 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2016-01-24 23:24:36 +0300
commite9950f465c22e929b5048f1d3c2a38d2ba9102b5 (patch)
tree490ca1767c139129b2732e1d29af091ef21e7306 /pkgs
parent10f7070bf023f9bbb030ef0019d5e68e503f259f (diff)
parentd0b7d528e85b87654317f1bcd5778d94228cee2c (diff)
downloadnixpkgs-e9950f465c22e929b5048f1d3c2a38d2ba9102b5.tar
nixpkgs-e9950f465c22e929b5048f1d3c2a38d2ba9102b5.tar.gz
nixpkgs-e9950f465c22e929b5048f1d3c2a38d2ba9102b5.tar.bz2
nixpkgs-e9950f465c22e929b5048f1d3c2a38d2ba9102b5.tar.lz
nixpkgs-e9950f465c22e929b5048f1d3c2a38d2ba9102b5.tar.xz
nixpkgs-e9950f465c22e929b5048f1d3c2a38d2ba9102b5.tar.zst
nixpkgs-e9950f465c22e929b5048f1d3c2a38d2ba9102b5.zip
Merge pull request #12566 from sheganinans/master
kdbplus bump
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/kdbplus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/kdbplus/default.nix b/pkgs/applications/misc/kdbplus/default.nix
index ffde422c18b..bf1b77534ce 100644
--- a/pkgs/applications/misc/kdbplus/default.nix
+++ b/pkgs/applications/misc/kdbplus/default.nix
@@ -8,17 +8,17 @@ let
 in
 stdenv.mkDerivation rec {
   name    = "kdbplus-${version}";
-  version = "3.2";
+  version = "3.3";
 
   src = requireFile {
     message = ''
       Nix can't download kdb+ for you automatically. Go to
       http://kx.com and download the free, 32-bit version for
       Linux. Then run "nix-prefetch-url file:///linux.zip" in the
-      directory where you saved it. Note you need version 3.2.
+      directory where you saved it. Note you need version 3.3.
     '';
     name   = "linux.zip";
-    sha256 = "0ah1kfvxnrck1kg8j7rpzgj6amji62zbm4ya6q55l54gm3qq6q0r";
+    sha256 = "5fd0837599e24f0f437a8314510888a86ab0787684120a8fcf592299800aa940";
   };
 
   dontStrip = true;