mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +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";
|
||||
version="3.2.1";
|
||||
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";
|
||||
};
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user