mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
cminpack: update from 1.1.2 to 1.3.2
This commit is contained in:
parent
f52514956d
commit
7f6851883f
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cminpack-1.1.2";
|
||||
name = "cminpack-1.3.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://devernay.free.fr/hacks/cminpack/cminpack-1.1.2.tar.gz;
|
||||
sha256 = "0sd8gqk7npyiiiz2jym8q89d9gqx8fig0mnx63swkwmp4lqmmxww";
|
||||
url = http://devernay.free.fr/hacks/cminpack/cminpack-1.3.2.tar.gz;
|
||||
sha256 = "09bqr44wqancbdsc39lvhdz7rci3hknmlrrrzv46skvwx6rgk9x0";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue