opencl-headers: 2.1.0 -> 2.1-2016-11-29
This commit is contained in:
parent
5c65546725
commit
cc68ab1ae2
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opencl-headers-2.1.0";
|
name = "opencl-headers-2.1-2016-11-29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KhronosGroup";
|
owner = "KhronosGroup";
|
||||||
repo = "OpenCL-Headers";
|
repo = "OpenCL-Headers";
|
||||||
rev = "c1770dcc6cf1daadec1905e7393f3691c1dde200";
|
rev = "abb29588550c77f8340a6c3683531407013bf26b";
|
||||||
sha256 = "0m9fkblqja0686i2jjqiszvq3df95gp01a2674xknlmkd6525rck";
|
sha256 = "0zjznq65i4b2h4k36qfbbzq1acf2jdd9vygjv5az1yk7qgsp4jj7";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Khronos OpenCL headers";
|
description = "Khronos OpenCL headers";
|
||||||
homepage = https://www.khronos.org/registry/cl/;
|
homepage = "https://www.khronos.org/registry/cl/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue