wgpu-native: 24.0.0.2 -> 24.0.3.1

This commit is contained in:
R. Ryantm
2025-03-23 21:56:26 +00:00
parent e365012c4f
commit 17999dda65
+3 -3
View File
@@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "wgpu-native";
version = "24.0.0.2";
version = "24.0.3.1";
src = fetchFromGitHub {
owner = "gfx-rs";
repo = "wgpu-native";
tag = "v${version}";
hash = "sha256-3Z9LBmFBVZD8e65OwBuzg1S/q/5Qq9Zu0tjiWPm2inc=";
hash = "sha256-0GPwTm23i/UMoGQ71qybQS9sHN7XTtiPAZWG229Tn2k=";
fetchSubmodules = true;
};
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
];
useFetchCargoVendor = true;
cargoHash = "sha256-F+EQVg2Ud/nzrWBbsLo9pCS2nfubaicyI/njDbcFtWo=";
cargoHash = "sha256-sYwDbSglOS8h8XG5sC6yX5JfRmmmc8v8mxPBicoKxEU=";
nativeBuildInputs = [
rustPlatform.bindgenHook