wgpu-native: 24.0.0.1 -> 24.0.0.2

This commit is contained in:
R. Ryantm
2025-03-12 15:11:17 +00:00
parent 1cc8303841
commit 1cd300809b
+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;
};