beignet: 1.3.1 -> 1.3.2

This commit is contained in:
zimbatm 2017-11-01 15:21:45 +00:00
parent a209f56d6d
commit d4450489d2

View File

@ -19,11 +19,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "beignet-${version}"; name = "beignet-${version}";
version = "1.3.1"; version = "1.3.2";
src = fetchurl { src = fetchurl {
url = "https://01.org/sites/default/files/${name}-source.tar.gz"; url = "https://01.org/sites/default/files/${name}-source.tar.gz";
sha256 = "07snrgjlhwl5fxz82dyqp632cnf5hp0gfqrjd2930jv79p37p6rr"; sha256 = "0hqb04jhjjslnmi3fnpzphanz84zywwkyw2sjr1k5qlx2jxfsmf5";
}; };
patches = [ ./clang_llvm.patch ]; patches = [ ./clang_llvm.patch ];
@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
It supports the Intel OpenCL runtime library and compiler. It supports the Intel OpenCL runtime library and compiler.
''; '';
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ artuuge ]; maintainers = with maintainers; [ artuuge zimbatm ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }