Skip to content

Commit ca73594

Browse files
wgpu-native: 24.0.0.1 -> 24.0.0.2 (#389260)
Co-authored-by: niklaskorz <[email protected]>
2 parents 934f0ec + 1cd3008 commit ca73594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wg/wgpu-native/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "wgpu-native";
14-
version = "24.0.0.1";
14+
version = "24.0.0.2";
1515

1616
src = fetchFromGitHub {
1717
owner = "gfx-rs";
1818
repo = "wgpu-native";
1919
tag = "v${version}";
20-
hash = "sha256-hCGLOMsX83VxgNIhkBouN551XgH9Vd/ndaIZP0SY+kc=";
20+
hash = "sha256-3Z9LBmFBVZD8e65OwBuzg1S/q/5Qq9Zu0tjiWPm2inc=";
2121
fetchSubmodules = true;
2222
};
2323

0 commit comments

Comments
 (0)