Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vulkan-loader/1.4.309 package update #43346

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vulkan-loader.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: vulkan-loader
version: "1.4.307"
version: "1.4.309"
epoch: 0
description: Vulkan Installable Client Driver (ICD) Loader
copyright:
Expand All @@ -25,7 +25,7 @@ pipeline:
with:
repository: https://github.com/KhronosGroup/Vulkan-Loader
tag: v${{package.version}}
expected-commit: 0508dee4ff864f5034ae6b7f68d34cb2822b827d
expected-commit: 809941a4ca137df69dc9c6e8eb456bd70309197c

- runs: |
cmake -B build -G Ninja \
Expand Down
Loading