openxr-loader: 1.0.26 -> 1.0.27

This commit is contained in:
R. Ryantm 2023-03-29 21:42:17 +00:00
parent f8efa87fb5
commit 847e48c659

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "openxr-loader";
version = "1.0.26";
version = "1.0.27";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenXR-SDK-Source";
rev = "release-${version}";
sha256 = "sha256-Ou6IwCvRJE4pB/69Sjmc5fZPMvjaDvPOs0Qgol9rTEA=";
sha256 = "sha256-QvwSNuIph/ea3dAGQ0VhOiOmPmQtnqleCEebRpH2SgE=";
};
nativeBuildInputs = [ cmake python3 pkg-config ];