wgpu-native: 24.0.0.1 -> 24.0.0.2 (#389260)

Co-authored-by: niklaskorz <niklaskorz@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-12 16:37:58 +00:00
committed by GitHub
co-authored by niklaskorz
+2 -2
View File
@@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "wgpu-native";
version = "24.0.0.1";
version = "24.0.0.2";
src = fetchFromGitHub {
owner = "gfx-rs";
repo = "wgpu-native";
tag = "v${version}";
hash = "sha256-hCGLOMsX83VxgNIhkBouN551XgH9Vd/ndaIZP0SY+kc=";
hash = "sha256-3Z9LBmFBVZD8e65OwBuzg1S/q/5Qq9Zu0tjiWPm2inc=";
fetchSubmodules = true;
};