liquidfun: updated url and license
This commit is contained in:
parent
d105ed081f
commit
87cdc61e78
@ -1,15 +1,13 @@
|
|||||||
{ stdenv, requireFile, cmake, mesa, libX11, libXi, ... }:
|
{ stdenv, requireFile, cmake, mesa, libX11, libXi }:
|
||||||
|
|
||||||
let
|
let
|
||||||
sourceInfo = rec {
|
sourceInfo = rec {
|
||||||
version="1.1.0";
|
version="1.1.0";
|
||||||
name="liquidfun-${version}";
|
name="liquidfun-${version}";
|
||||||
url="http://github.com/foo/${name}.tar.gz";
|
url="https://github.com/google/liquidfun/releases/download/v${version}/${name}";
|
||||||
hash="5011a000eacd6202a47317c489e44aa753a833fb562d970e7b8c0da9de01df86";
|
hash="5011a000eacd6202a47317c489e44aa753a833fb562d970e7b8c0da9de01df86";
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
src = requireFile {
|
src = requireFile {
|
||||||
url = sourceInfo.url;
|
url = sourceInfo.url;
|
||||||
@ -43,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
platforms = with stdenv.lib.platforms;
|
platforms = with stdenv.lib.platforms;
|
||||||
linux;
|
linux;
|
||||||
license = "bsd";
|
license = stdenv.lib.licenses.bsd2;
|
||||||
homepage = https://google.github.io/liquidfun/;
|
homepage = https://google.github.io/liquidfun/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user