Unverified Commit a59b1ff9 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

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

parents 28dc58cf e4672699
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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