mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
vulkan-loader: 1.3.249 -> 1.3.254
Diff: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.249...v1.3.254
This commit is contained in:
parent
88d00dd40a
commit
c7bd802148
@ -3,13 +3,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vulkan-loader";
|
||||
version = "1.3.249";
|
||||
version = "1.3.254";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "Vulkan-Loader";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-v4GEZEcQP3+oiT66sgysIZ2PdLSidyYjecb3TmcHG2Y=";
|
||||
hash = "sha256-bxmDhKDM+OOTsSJEoGXlWPZciBcwevv0e4gHweH46JU=";
|
||||
};
|
||||
|
||||
patches = [ ./fix-pkgconfig.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user