sqruff: 0.35.4 -> 0.37.3 (#502860)

This commit is contained in:
dish
2026-03-24 02:04:49 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sqruff";
version = "0.35.4";
version = "0.37.3";
src = fetchFromGitHub {
owner = "quarylabs";
repo = "sqruff";
tag = "v${finalAttrs.version}";
hash = "sha256-Ksd/nt5zUyfRXDeBU8N56UvIriG2biE2tGlIF2Wy1iI=";
hash = "sha256-cqPbDMZICXMO4qZ6FEy07uy92mUD53VR6yKG+oitzcg=";
};
cargoHash = "sha256-bIU1a7GcmzjGl8Plik0MOLFe5ToReuowLzVwRAen1h4=";
cargoHash = "sha256-L7u544Sapu0W2UnQhER820EY2LfJvOHzy7bIMZUOQiQ=";
# Disable the `python` feature which doesn't work on Nix yet
buildNoDefaultFeatures = true;