Unverified Commit 5b998831 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

openxr-loader: 1.1.43 -> 1.1.46 (#379744)

parents 9fd26b8e 7241426d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "openxr-loader";
  version = "1.1.43";
  version = "1.1.46";

  src = fetchFromGitHub {
    owner = "KhronosGroup";
    repo = "OpenXR-SDK-Source";
    rev = "release-${version}";
    sha256 = "sha256-Ze7r3qcYomcAIAoAO6FZDraKfFr/Wwrnv0HxmY6uE6w=";
    tag = "release-${version}";
    hash = "sha256-C2PGPIDA4C/d37jjXLO+2lqD5VSV3skSqraRiT8RT+c=";
  };

  nativeBuildInputs = [ cmake python3 pkg-config ];