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.
2 parents 982049a + 9941ea0 commit 29c58cfCopy full SHA for 29c58cf
pkgs/by-name/wg/wgsl-analyzer/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "wgsl-analyzer";
9
- version = "0.8.1";
+ version = "0.9.4";
10
11
src = fetchFromGitHub {
12
owner = "wgsl-analyzer";
13
repo = "wgsl-analyzer";
14
tag = "v${version}";
15
- hash = "sha256-bhosTihbW89vkqp1ua0C1HGLJJdCNfRde98z4+IjkOc=";
+ hash = "sha256-su9ZhDeZSGcDT3Wnoh/Z9i+rCaApD9bJRAWTgvWdFHA=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-+SeVxobUh2o2xNVBgXf1AgGI6hpNkoDNzXcKfabKEVc=";
+ cargoHash = "sha256-yGA6qugaoN39mryICi6cYNnnVdh+QCc1bRQdAgqcxcQ=";
20
21
checkFlags = [
22
# Imports failures
0 commit comments