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.
1 parent b9a69c9 commit ad918b6Copy full SHA for ad918b6
pkgs/by-name/wg/wgsl-analyzer/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "wgsl-analyzer";
9
- version = "0.9.5";
+ version = "0.9.8";
10
11
src = fetchFromGitHub {
12
owner = "wgsl-analyzer";
13
repo = "wgsl-analyzer";
14
tag = "v${version}";
15
- hash = "sha256-j9UUikbJojksR6Ak9mh32T4H5mZmtPfj1m7sItUiXY4=";
+ hash = "sha256-UizD6cTRs6M5GaOX3wvacMr5JWwyHrQS6L19fRnw6Xo=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-5eq/MvdtLl7wlSTwUkGRv1WurYMIBd6lmQYCDK96V1U=";
+ cargoHash = "sha256-W1WQ00SFpYOm4J1C65Jg1Yb3pujdcDQFdrpIgqKRLk4=";
20
21
checkFlags = [
22
# Imports failures
0 commit comments