openxr-loader: 1.0.34 -> 1.1.36

This commit is contained in:
R. Ryantm 2024-04-15 13:27:20 +00:00
parent 26594c44f5
commit b21e427a95
1 changed files with 2 additions and 2 deletions

View File

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