mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
sqruff: 0.38.0 -> 0.39.0
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "sqruff";
|
||||
version = "0.38.0";
|
||||
version = "0.39.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "quarylabs";
|
||||
repo = "sqruff";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-khIP3CtrWcMWIuLcKwDOhwfnJ2FfpffQNqphNpWtzOs=";
|
||||
hash = "sha256-1ynG6A5sGHnCfAfw6MjSTghLPmicRvWPFWnL2Gtns7Y=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-9u8U7rWm6jOlxky8+y4ptPRnBBEBWWcg4QO0jbLAk5E=";
|
||||
cargoHash = "sha256-HAeF831rPODaT5nzzq+Li8xEmT78IJiRppaKUSlPXXg=";
|
||||
|
||||
# Disable the `python` feature which doesn't work on Nix yet
|
||||
buildNoDefaultFeatures = true;
|
||||
@@ -32,6 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
crates/cli/tests/fix_parse_errors.rs \
|
||||
crates/cli/tests/fix_return_code.rs \
|
||||
crates/cli/tests/ignore_data_directory.rs \
|
||||
crates/cli/tests/none_format.rs \
|
||||
crates/cli/tests/verbose_logging_ignore.rs \
|
||||
crates/cli/tests/ui_github.rs \
|
||||
crates/cli/tests/ui_json.rs \
|
||||
|
||||
Reference in New Issue
Block a user