summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-02-27 09:22:32 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-02-27 09:22:32 +0100
commit90690e71b0021549dd503bc1f48e02f69ef64cdf (patch)
tree5aaafc66a7e7a2fc31d762226e54870bdfad23da /pkgs/development
parent2cc06f0203670ffee55212059632f0a02b675db0 (diff)
fftw: 3.3.5 -> 3.3.6-pl1 (#23226)
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/fftw/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/fftw/default.nix b/pkgs/development/libraries/fftw/default.nix
index e6c55ed15755..4bbc515831e6 100644
--- a/pkgs/development/libraries/fftw/default.nix
+++ b/pkgs/development/libraries/fftw/default.nix
@@ -4,14 +4,14 @@ with lib;
assert elem precision [ "single" "double" "long-double" "quad-precision" ];
-let version = "3.3.5"; in
+let version = "3.3.6-pl1"; in
stdenv.mkDerivation rec {
name = "fftw-${precision}-${version}";
src = fetchurl {
url = "ftp://ftp.fftw.org/pub/fftw/fftw-${version}.tar.gz";
- sha256 = "1kwbx92ps0r7s2mqy7lxbxanslxdzj7dp7r7gmdkzv1j8yqf3kwf";
+ sha256 = "0g8qk98lgq770ixdf7n36yd5xjsgm2v3wzvnphwmhy6r4y2amx0y";
};
outputs = [ "out" "dev" "doc" ]; # it's dev-doc only