forked from mirrors/nixpkgs
Updating ODE.
svn path=/nixpkgs/trunk/; revision=26134
This commit is contained in:
parent
6381040f0a
commit
f58e7158e0
|
@ -3,7 +3,7 @@ let
|
|||
lib = args.lib;
|
||||
fetchurl = args.fetchurl;
|
||||
|
||||
version = lib.attrByPath ["version"] "0.10.1" args;
|
||||
version = lib.attrByPath ["version"] "0.11.1" args;
|
||||
buildInputs = with args; [
|
||||
|
||||
];
|
||||
|
@ -11,7 +11,7 @@ in
|
|||
rec {
|
||||
src = fetchurl {
|
||||
url = "http://downloads.sourceforge.net/opende/ode-${version}.tar.bz2";
|
||||
sha256 = "0bm7kmm7qvrbk40pgaszqr66pjfvnln8vjzdmcdl2h1dxi3b4dln";
|
||||
sha256 = "1883gbsnn7zldrpwfdh6kwj20g627n5bspz3yb2z6lrxdal88y47";
|
||||
};
|
||||
|
||||
inherit buildInputs;
|
||||
|
|
Loading…
Reference in a new issue