about summary refs log tree commit diff
path: root/pkgs/tools/graphics/wgpu-utils
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-19 09:33:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-19 09:33:46 +0000
commitefb0a655fe13b420811c17239779a2891f3eb87e (patch)
tree927bf1552d9bf5886f85c7a7e3b84997dcc6c5c0 /pkgs/tools/graphics/wgpu-utils
parentd3840956451bc76c9e81134b2af21844ddac0ef3 (diff)
wgpu-utils: 0.15.1 -> 0.15.2
Diffstat (limited to 'pkgs/tools/graphics/wgpu-utils')
-rw-r--r--pkgs/tools/graphics/wgpu-utils/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/wgpu-utils/default.nix b/pkgs/tools/graphics/wgpu-utils/default.nix
index ce445ce6a00fd..fd2a40f41c384 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.15.1";
+  version = "0.15.2";
 
   src = fetchFromGitHub {
     owner = "gfx-rs";
     repo = "wgpu";
     rev = "v${version}";
-    hash = "sha256-MdomiE/qHpyVFlgH5wGsFDiXIp6p1wHXsAtmlo/XfEg=";
+    hash = "sha256-U2e7uOGaVpT/c9EXubkaKkROjog073hVfot2bbB34AY=";
   };
 
-  cargoHash = "sha256-83iQ/YcItRsTfp73xi5LZF8AyvyAXJCHuNWXgc1wHkM=";
+  cargoHash = "sha256-QMw3jTZ5XmX9VBe5uiD7yoUIkWGqZcE1pOS6ljZ5qd0=";
 
   nativeBuildInputs = [
     pkg-config