wgpu-utils: 0.10.0 -> 0.14.1

This commit is contained in:
Theodore Ni 2022-11-08 23:21:16 -08:00 committed by Kerstin
parent 798bc67cff
commit 4eb5bc476b

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "wgpu-utils";
version = "0.10.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "gfx-rs";
repo = "wgpu";
rev = "utils-${version}";
sha256 = "sha256-bOUcLtT5iPZuUgor2d/pJQ4Y+I1LMzREgj1cwLAvd+s=";
rev = "v${version}";
hash = "sha256-jHjV2A949m/KyAkkdaP00d5j+V96jRQah4LKs8LcYQk=";
};
cargoSha256 = "sha256-SSEG8JApQrgP7RWlXqb+xuy482oQZ5frE2IaVMruuG0=";
cargoHash = "sha256-XbEgcPLL3UZ4zdV90AEFI8RlkZAMuLXznlkBcAG/0l8=";
nativeBuildInputs = [
pkg-config