wgpu: rename to wgpu-utils, use upstream tag

This commit is contained in:
Kerstin Humm 2021-10-04 20:22:09 +02:00
parent b995290d0b
commit 2e3b19b81d
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B
2 changed files with 6 additions and 6 deletions

View File

@ -1,17 +1,17 @@
{ lib, rustPlatform, fetchFromGitHub, pkg-config, makeWrapper, vulkan-loader }:
rustPlatform.buildRustPackage rec {
pname = "wgpu";
pname = "wgpu-utils";
version = "0.10.0";
src = fetchFromGitHub {
owner = "gfx-rs";
repo = pname;
rev = "9da5c1d3a026c275feb57606b8c8d61f82b43386";
sha256 = "sha256-DcIMP06tlMxI16jqpKqei32FY8h7z41Nvygap2MQC8A=";
repo = "wgpu";
rev = "utils-${version}";
sha256 = "sha256-bOUcLtT5iPZuUgor2d/pJQ4Y+I1LMzREgj1cwLAvd+s=";
};
cargoSha256 = "sha256-3gtIx337IP5t4nYGysOaU7SZRJrvVjYXN7mAqGbVlo8=";
cargoSha256 = "sha256-SSEG8JApQrgP7RWlXqb+xuy482oQZ5frE2IaVMruuG0=";
nativeBuildInputs = [
pkg-config

View File

@ -10500,7 +10500,7 @@ with pkgs;
});
};
wgpu = callPackage ../tools/graphics/wgpu { };
wgpu-utils = callPackage ../tools/graphics/wgpu-utils { };
wg-bond = callPackage ../applications/networking/wg-bond { };