openxr-loader: 1.1.36 -> 1.1.37

This commit is contained in:
R. Ryantm 2024-05-25 13:39:37 +00:00
parent c40ee67f05
commit c2b19fde53

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "openxr-loader";
version = "1.1.36";
version = "1.1.37";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenXR-SDK-Source";
rev = "release-${version}";
sha256 = "sha256-Ki2tp8a67AjIMIGDpWWqCnpMmeZpJ8uPezKE2KWrOjA=";
sha256 = "sha256-J9IfhTFFSY+rK0DqFdXtINo7nlGUcy2Lljq81T417qc=";
};
nativeBuildInputs = [ cmake python3 pkg-config ];