spirv-headers: 1.5.1 -> 1.5.3

This commit is contained in:
Câju Mihai-Drosi 2020-07-28 04:29:42 +03:00
parent 6c815406ab
commit 42133cb6fe
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "spirv-headers"; pname = "spirv-headers";
version = "1.5.1"; version = "1.5.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "KhronosGroup"; owner = "KhronosGroup";
repo = "SPIRV-Headers"; repo = "SPIRV-Headers";
rev = version; rev = version;
sha256 = "1fnd8qwss6pxcch5j9qi1pdz70828zxsg4m8apgrhyj0p9lm0rbg"; sha256 = "069sivqajp7z4p44lmrz23lvf237xpkjxd4lzrg27836pwqcz9bj";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];