about summary refs log tree commit diff
path: root/pkgs/tools/graphics/wgpu-utils
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2022-11-08 23:21:16 -0800
committerKerstin <kerstin@erictapen.name>2022-11-10 16:24:44 +0100
commit4eb5bc476bc50718ebf77f336dfcd7d90de89904 (patch)
tree5f8174dbbfc9e657c424224179d0067a9baa0adb /pkgs/tools/graphics/wgpu-utils
parent798bc67cff576439435eb5ceb92332d4590decd7 (diff)
wgpu-utils: 0.10.0 -> 0.14.1
Diffstat (limited to 'pkgs/tools/graphics/wgpu-utils')
-rw-r--r--pkgs/tools/graphics/wgpu-utils/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/graphics/wgpu-utils/default.nix b/pkgs/tools/graphics/wgpu-utils/default.nix
index ab5eac27315a9..460d45c1eac29 100644
--- a/pkgs/tools/graphics/wgpu-utils/default.nix
+++ b/pkgs/tools/graphics/wgpu-utils/default.nix
@@ -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