wgpu-utils: 25.0.2 -> 29.0.1 (#508390)

This commit is contained in:
Kerstin
2026-04-10 00:29:39 +00:00
committed by GitHub
+6 -3
View File
@@ -12,16 +12,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wgpu-utils";
version = "25.0.2";
version = "29.0.1";
src = fetchFromGitHub {
owner = "gfx-rs";
repo = "wgpu";
tag = "wgpu-v${finalAttrs.version}";
hash = "sha256-Na8UWMEzY0mvw8YERZ86PH79Z5YlXITPdOYha7Ahn7k=";
hash = "sha256-BLw1HnB0DghtWAe8jo6GPO54U3qNNO4yprArme1CdeE=";
};
cargoHash = "sha256-9o1Tb0pVTc3iWPjNlAPBQX72djcx3EPJhxuUW6xZfCs=";
# cargo-auditable fails on wgpu's dep:-based feature wiring.
auditable = false;
cargoHash = "sha256-QMH5GHjOHbzYdFUQxJ6aEQ+rX6Okl1HYog0hMh6bc8w=";
nativeBuildInputs = [
pkg-config