Skip to content

Commit

Permalink
fftw: 3.3.5 -> 3.3.6-pl1 (#23226)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon authored and vcunat committed Feb 27, 2017
1 parent 2cc06f0 commit 90690e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/fftw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90690e7

Please sign in to comment.