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-02-13 02:25:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-13 02:25:37 +0000
commitd9cf62f01235ebb2af046eaaff786f64e5f82685 (patch)
treef17924bbcbd23a4664718f84ba234e54fe2ff582 /pkgs/tools/graphics/wgpu-utils
parentd1801a813d5a3dfb2c32fab0e3b1be0906f51348 (diff)
wgpu-utils: 0.15.0 -> 0.15.1
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 745640bfa228b..ce445ce6a00fd 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.0";
+  version = "0.15.1";
 
   src = fetchFromGitHub {
     owner = "gfx-rs";
     repo = "wgpu";
     rev = "v${version}";
-    hash = "sha256-Yfq85stS1FWahrwv+8hEFSAGr2eZHJ+/cuNYfIFRi3c=";
+    hash = "sha256-MdomiE/qHpyVFlgH5wGsFDiXIp6p1wHXsAtmlo/XfEg=";
   };
 
-  cargoHash = "sha256-R8x3QfVWyEyz7o9Jzh+XgQKYF8HZMAPwbq847j2LfqY=";
+  cargoHash = "sha256-83iQ/YcItRsTfp73xi5LZF8AyvyAXJCHuNWXgc1wHkM=";
 
   nativeBuildInputs = [
     pkg-config