sqruff: 0.37.3 -> 0.38.0 (#511081)

This commit is contained in:
dish
2026-04-18 15:00:31 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sqruff";
version = "0.37.3";
version = "0.38.0";
src = fetchFromGitHub {
owner = "quarylabs";
repo = "sqruff";
tag = "v${finalAttrs.version}";
hash = "sha256-cqPbDMZICXMO4qZ6FEy07uy92mUD53VR6yKG+oitzcg=";
hash = "sha256-khIP3CtrWcMWIuLcKwDOhwfnJ2FfpffQNqphNpWtzOs=";
};
cargoHash = "sha256-L7u544Sapu0W2UnQhER820EY2LfJvOHzy7bIMZUOQiQ=";
cargoHash = "sha256-9u8U7rWm6jOlxky8+y4ptPRnBBEBWWcg4QO0jbLAk5E=";
# Disable the `python` feature which doesn't work on Nix yet
buildNoDefaultFeatures = true;