nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

cminpack: 1.3.4 -> 1.3.6

Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.3.6 in filename of file in /nix/store/ch2n83jgh0mv5h7992gm4lf9lmxp59lp-cminpack-1.3.6

+2 -2
+2 -2
pkgs/development/libraries/cminpack/default.nix
··· 1 1 {stdenv, fetchurl}: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "cminpack-1.3.4"; 4 + name = "cminpack-1.3.6"; 5 5 6 6 src = fetchurl { 7 7 url = "http://devernay.free.fr/hacks/cminpack/${name}.tar.gz"; 8 - sha256 = "1jh3ymxfcy3ykh6gnvds5bbkf38aminvjgc8halck356vkvpnl9v"; 8 + sha256 = "17yh695aim508x1kn9zf6g13jxwk3pi3404h5ix4g5lc60hzs1rw"; 9 9 }; 10 10 11 11 patchPhase = ''