intel-gmmlib: 19.4.1 -> 20.1.1

This commit is contained in:
R. RyanTM 2020-03-26 23:50:40 +00:00 committed by Jon
parent de718a0574
commit 178dede747

View File

@ -4,19 +4,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "intel-gmmlib"; pname = "intel-gmmlib";
version = "19.4.1"; version = "20.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "intel"; owner = "intel";
repo = "gmmlib"; repo = "gmmlib";
rev = "${pname}-${version}"; rev = "${pname}-${version}";
sha256 = "167g5rmrmzmfp4y4vghyxqi4schvvkwax3cvqgniqx8q1ib5l346"; sha256 = "0k130yiq8n34ppddpgl7kwq5w2y7n49jxiyk7x52y773m97xd6y1";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/intel/gmmlib; homepage = "https://github.com/intel/gmmlib";
license = licenses.mit; license = licenses.mit;
description = "Intel Graphics Memory Management Library"; description = "Intel Graphics Memory Management Library";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];