We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934f0ec + 1cd3008 commit ca73594Copy full SHA for ca73594
pkgs/by-name/wg/wgpu-native/package.nix
@@ -11,13 +11,13 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "wgpu-native";
14
- version = "24.0.0.1";
+ version = "24.0.0.2";
15
16
src = fetchFromGitHub {
17
owner = "gfx-rs";
18
repo = "wgpu-native";
19
tag = "v${version}";
20
- hash = "sha256-hCGLOMsX83VxgNIhkBouN551XgH9Vd/ndaIZP0SY+kc=";
+ hash = "sha256-3Z9LBmFBVZD8e65OwBuzg1S/q/5Qq9Zu0tjiWPm2inc=";
21
fetchSubmodules = true;
22
};
23
0 commit comments