Merge pull request #276262 from mfrischknecht/update-vulkan-helper

vulkan-helper: unstable-2023-09-16 -> unstable-2023-12-22
This commit is contained in:
Fabián Heredia Montiel 2023-12-24 01:50:48 -06:00 committed by GitHub
commit 116a899b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "vulkan-helper";
version = "unstable-2023-09-16";
version = "unstable-2023-12-22";
src = fetchFromGitHub {
owner = "imLinguin";
repo = "vulkan-helper-rs";
rev = "d65b1a17a11ec20670c77d8da02e68d388ed0888";
hash = "sha256-usbYNalA0r09LXR6eV2e/T1eMNV4LnhzYLzPJQ6XNKQ=";
rev = "04b290c92febcfd6293fcf4730ce3bba55cd9ce0";
hash = "sha256-2pLHnTn0gJKz4gfrR6h85LHOaZPrhIGYzQeci4Dzz2E=";
};
cargoSha256 = "sha256-fgB0vlbOhzGV1Sj180GCuTGZlVpAUlBUMAfsrG2FiuA=";
cargoSha256 = "sha256-OXMz1qu4/LDeQbwe7shhn2Eee15xKmBpWSsP0IbjoGM=";
nativeBuildInputs = [
addOpenGLRunpath