Skip to content

Commit 097c554

Browse files
wgsl-analyzer: 2025-04-04 -> 2025-06-02 (#414492)
Co-authored-by: genga898 <[email protected]>
2 parents 00a782c + 622328c commit 097c554

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
@@ -7,17 +7,17 @@
77

88
rustPlatform.buildRustPackage (finalAttrs: {
99
pname = "wgsl-analyzer";
10-
version = "2025-04-04";
10+
version = "2025-06-02";
1111

1212
src = fetchFromGitHub {
1313
owner = "wgsl-analyzer";
1414
repo = "wgsl-analyzer";
1515
tag = finalAttrs.version;
16-
hash = "sha256-t+Gpm+p2EaobuzUppkhCsaj3q/v+YjMSlau4GVoLgJo=";
16+
hash = "sha256-bLwehCmWzqDmmg4iGM21BOUquSYJSY2LIqlKuB1bAlA=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-QjR0O/GFOsYi0+r3rYBdR9rw/4Qa5pNjWSbn6CsshqU=";
20+
cargoHash = "sha256-Z+slANnmrY5bhM8+Ki+l29OAbpqnx38n53CFCuOR6cM=";
2121

2222
checkFlags = [
2323
# Imports failures

0 commit comments

Comments
 (0)