Skip to content

Commit 90690e7

Browse files
magnetophonvcunat
authored andcommittedFeb 27, 2017
fftw: 3.3.5 -> 3.3.6-pl1 (#23226)
1 parent 2cc06f0 commit 90690e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/libraries/fftw/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ with lib;
44

55
assert elem precision [ "single" "double" "long-double" "quad-precision" ];
66

7-
let version = "3.3.5"; in
7+
let version = "3.3.6-pl1"; in
88

99
stdenv.mkDerivation rec {
1010
name = "fftw-${precision}-${version}";
1111

1212
src = fetchurl {
1313
url = "ftp://ftp.fftw.org/pub/fftw/fftw-${version}.tar.gz";
14-
sha256 = "1kwbx92ps0r7s2mqy7lxbxanslxdzj7dp7r7gmdkzv1j8yqf3kwf";
14+
sha256 = "0g8qk98lgq770ixdf7n36yd5xjsgm2v3wzvnphwmhy6r4y2amx0y";
1515
};
1616

1717
outputs = [ "out" "dev" "doc" ]; # it's dev-doc only

0 commit comments

Comments
 (0)
Please sign in to comment.