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 00a782c + 622328c commit 097c554Copy full SHA for 097c554
pkgs/by-name/wg/wgsl-analyzer/package.nix
@@ -7,17 +7,17 @@
7
8
rustPlatform.buildRustPackage (finalAttrs: {
9
pname = "wgsl-analyzer";
10
- version = "2025-04-04";
+ version = "2025-06-02";
11
12
src = fetchFromGitHub {
13
owner = "wgsl-analyzer";
14
repo = "wgsl-analyzer";
15
tag = finalAttrs.version;
16
- hash = "sha256-t+Gpm+p2EaobuzUppkhCsaj3q/v+YjMSlau4GVoLgJo=";
+ hash = "sha256-bLwehCmWzqDmmg4iGM21BOUquSYJSY2LIqlKuB1bAlA=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-QjR0O/GFOsYi0+r3rYBdR9rw/4Qa5pNjWSbn6CsshqU=";
+ cargoHash = "sha256-Z+slANnmrY5bhM8+Ki+l29OAbpqnx38n53CFCuOR6cM=";
21
22
checkFlags = [
23
# Imports failures
0 commit comments