spirv-headers: 1.3.224.1 -> 1.3.231.0

This commit is contained in:
PedroHLC ☭ 2022-10-25 15:23:53 -03:00
parent f4faa2326a
commit 1e6932fe38
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spirv-headers";
version = "1.3.224.1";
version = "1.3.231.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Headers";
rev = "sdk-${version}";
hash = "sha256-qYhFoRrQOlvYvVXhIFsa3dZuORDpZyVC5peeYmGNimw=";
hash = "sha256-lUWgZYGPu+IaLUrbtyC7R0o3Hq/q7C7BE8r7DAsiC30=";
};
nativeBuildInputs = [ cmake ];