Skip to content

Commit 29c58cf

Browse files
wgsl-analyzer: 0.8.1 -> 0.9.4 (#379484)
Co-authored-by: genga898 <[email protected]>
2 parents 982049a + 9941ea0 commit 29c58cf

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.8.1";
9+
version = "0.9.4";
1010

1111
src = fetchFromGitHub {
1212
owner = "wgsl-analyzer";
1313
repo = "wgsl-analyzer";
1414
tag = "v${version}";
15-
hash = "sha256-bhosTihbW89vkqp1ua0C1HGLJJdCNfRde98z4+IjkOc=";
15+
hash = "sha256-su9ZhDeZSGcDT3Wnoh/Z9i+rCaApD9bJRAWTgvWdFHA=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-+SeVxobUh2o2xNVBgXf1AgGI6hpNkoDNzXcKfabKEVc=";
19+
cargoHash = "sha256-yGA6qugaoN39mryICi6cYNnnVdh+QCc1bRQdAgqcxcQ=";
2020

2121
checkFlags = [
2222
# Imports failures

0 commit comments

Comments
 (0)