summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-19 10:59:44 -0400
committerGitHub <noreply@github.com>2023-03-19 10:59:44 -0400
commit8882509ca9d700a9464e38ea5001dc17d13b7fc1 (patch)
treee36f669e3df523a9cd15de16137f58cf6d91fdec
parent9abbf66bbe0278a3ffbe896432aba94643581078 (diff)
parentefb0a655fe13b420811c17239779a2891f3eb87e (diff)
downloadnixpkgs-8882509ca9d700a9464e38ea5001dc17d13b7fc1.tar
nixpkgs-8882509ca9d700a9464e38ea5001dc17d13b7fc1.tar.gz
nixpkgs-8882509ca9d700a9464e38ea5001dc17d13b7fc1.tar.bz2
nixpkgs-8882509ca9d700a9464e38ea5001dc17d13b7fc1.tar.lz
nixpkgs-8882509ca9d700a9464e38ea5001dc17d13b7fc1.tar.xz
nixpkgs-8882509ca9d700a9464e38ea5001dc17d13b7fc1.tar.zst
nixpkgs-8882509ca9d700a9464e38ea5001dc17d13b7fc1.zip
Merge pull request #221989 from r-ryantm/auto-update/wgpu-utils
wgpu-utils: 0.15.1 -> 0.15.2
-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 ce445ce6a00..fd2a40f41c3 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