mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
vulkan-helper: unstable-2023-09-16 -> unstable-2023-12-22
This update fixes the build of `vulkan-helper` on aarch64.
This commit is contained in:
parent
57cea6b6fd
commit
9e34642e38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user