mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
openscenegraph: update download url
The current one returns HTTP error 404.
This commit is contained in:
parent
28c79f438e
commit
90768003a4
@ -17,7 +17,7 @@ let
|
|||||||
baseName="OpenSceneGraph";
|
baseName="OpenSceneGraph";
|
||||||
version="3.2.1";
|
version="3.2.1";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
url="http://www.openscenegraph.org/downloads/developer_releases/${name}.zip";
|
url="http://trac.openscenegraph.org/downloads/developer_releases/${name}.zip";
|
||||||
hash="0v9y1gxb16y0mj994jd0mhcz32flhv2r6kc01xdqb4817lk75bnr";
|
hash="0v9y1gxb16y0mj994jd0mhcz32flhv2r6kc01xdqb4817lk75bnr";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user