openxr-loader: 1.1.50 -> 1.1.51 (#438116)

This commit is contained in:
Fabián Heredia Montiel
2025-09-02 19:48:56 -06:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "openxr-loader";
version = "1.1.50";
version = "1.1.51";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenXR-SDK-Source";
tag = "release-${version}";
hash = "sha256-/5zw9tj7F0cxhzyIRf8njoYB9moJFYLEjDeqe0OBr34=";
hash = "sha256-NEArzegPZNL0zRbnUHrNbNhBtj0IJP+uha1ehzwB7wA=";
};
nativeBuildInputs = [