Skip to content

Commit ad918b6

Browse files
committed
wgsl-analyzer: 0.9.5 -> 0.9.8
1 parent b9a69c9 commit ad918b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wg/wgsl-analyzer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "wgsl-analyzer";
9-
version = "0.9.5";
9+
version = "0.9.8";
1010

1111
src = fetchFromGitHub {
1212
owner = "wgsl-analyzer";
1313
repo = "wgsl-analyzer";
1414
tag = "v${version}";
15-
hash = "sha256-j9UUikbJojksR6Ak9mh32T4H5mZmtPfj1m7sItUiXY4=";
15+
hash = "sha256-UizD6cTRs6M5GaOX3wvacMr5JWwyHrQS6L19fRnw6Xo=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-5eq/MvdtLl7wlSTwUkGRv1WurYMIBd6lmQYCDK96V1U=";
19+
cargoHash = "sha256-W1WQ00SFpYOm4J1C65Jg1Yb3pujdcDQFdrpIgqKRLk4=";
2020

2121
checkFlags = [
2222
# Imports failures

0 commit comments

Comments
 (0)