wgsl-analyzer: 0.8.1 -> 0.9.4 (#379484)
Co-authored-by: genga898 <genga898@users.noreply.github.com>
This commit is contained in:
@@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wgsl-analyzer";
|
pname = "wgsl-analyzer";
|
||||||
version = "0.8.1";
|
version = "0.9.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wgsl-analyzer";
|
owner = "wgsl-analyzer";
|
||||||
repo = "wgsl-analyzer";
|
repo = "wgsl-analyzer";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-bhosTihbW89vkqp1ua0C1HGLJJdCNfRde98z4+IjkOc=";
|
hash = "sha256-su9ZhDeZSGcDT3Wnoh/Z9i+rCaApD9bJRAWTgvWdFHA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-+SeVxobUh2o2xNVBgXf1AgGI6hpNkoDNzXcKfabKEVc=";
|
cargoHash = "sha256-yGA6qugaoN39mryICi6cYNnnVdh+QCc1bRQdAgqcxcQ=";
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# Imports failures
|
# Imports failures
|
||||||
|
|||||||
Reference in New Issue
Block a user