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

vulkan-helper: unstable-2023-09-16 -> unstable-2023-12-22

authored by Fabián Heredia Montiel and committed by GitHub 116a899b 6bcea4cb

+4 -4
+4 -4
pkgs/tools/graphics/vulkan-helper/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "vulkan-helper"; 10 - version = "unstable-2023-09-16"; 11 12 src = fetchFromGitHub { 13 owner = "imLinguin"; 14 repo = "vulkan-helper-rs"; 15 - rev = "d65b1a17a11ec20670c77d8da02e68d388ed0888"; 16 - hash = "sha256-usbYNalA0r09LXR6eV2e/T1eMNV4LnhzYLzPJQ6XNKQ="; 17 }; 18 19 - cargoSha256 = "sha256-fgB0vlbOhzGV1Sj180GCuTGZlVpAUlBUMAfsrG2FiuA="; 20 21 nativeBuildInputs = [ 22 addOpenGLRunpath
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "vulkan-helper"; 10 + version = "unstable-2023-12-22"; 11 12 src = fetchFromGitHub { 13 owner = "imLinguin"; 14 repo = "vulkan-helper-rs"; 15 + rev = "04b290c92febcfd6293fcf4730ce3bba55cd9ce0"; 16 + hash = "sha256-2pLHnTn0gJKz4gfrR6h85LHOaZPrhIGYzQeci4Dzz2E="; 17 }; 18 19 + cargoSha256 = "sha256-OXMz1qu4/LDeQbwe7shhn2Eee15xKmBpWSsP0IbjoGM="; 20 21 nativeBuildInputs = [ 22 addOpenGLRunpath