vr: update build fix patch

This commit is contained in:
Simon Gardling 2024-10-21 20:43:23 -04:00
parent 2e761cb0c2
commit 861d7e5574
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -10,8 +10,8 @@
patches = [
# Fixes build, see: https://github.com/NixOS/nixpkgs/pull/350069#issuecomment-2425149854
(pkgs.fetchurl {
url = "https://github.com/WiVRn/WiVRn/commit/be95ec84b56794ca8d97bb8b21dec6443ba57bc4.diff";
sha256 = "1tNQ57XIki0bomNG5xg+/4YbgKanrM5LOQvvCmZQFhw=";
url = "https://github.com/WiVRn/WiVRn/commit/d85916b6aaba3b4e9a7367e973b14f60507701fd.diff";
sha256 = "vm25kWfu2q1d7lL1zW8FNDUxUn25YpuoEYFbNChCWas=";
})
];
})