vulkan-loader: 1.3.254 -> 1.3.261
Diff: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.254...v1.3.261
This commit is contained in:
parent
25e05e3ede
commit
59ce99f4c2
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vulkan-loader";
|
||||
version = "1.3.254";
|
||||
version = "1.3.261";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "Vulkan-Loader";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-bxmDhKDM+OOTsSJEoGXlWPZciBcwevv0e4gHweH46JU=";
|
||||
hash = "sha256-5QCVHfvjE98EnL2Dr7g9fdrJAg+np1Q6hgqcuZCWReQ=";
|
||||
};
|
||||
|
||||
patches = [ ./fix-pkgconfig.patch ];
|
||||
|
|
Loading…
Reference in a new issue