Unverified Commit 11326293 authored by dish's avatar dish Committed by GitHub
Browse files

sqruff: 0.34.0 -> 0.34.1 (#484957)

parents 12b76ddd e952ad9b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "sqruff";
  version = "0.34.0";
  version = "0.34.1";

  src = fetchFromGitHub {
    owner = "quarylabs";
    repo = "sqruff";
    tag = "v${version}";
    hash = "sha256-fkk7PB2O657J2ZjDdo40gByleGDiFGbgvfrk4Tk4kQo=";
    hash = "sha256-Yk4ejrIs8/8RVvXS2V2ZTBn6zawVO502Xeeb8rjU6e4=";
  };

  cargoHash = "sha256-4bYoKtvtUtOfwM3X+/+du5zvukWSvS08wmeXRaOG4lA=";
  cargoHash = "sha256-4jB1chciQaR/RYhRTfwWOOUIZgePezl8lAngpfoSuJc=";

  # Disable the `python` feature which doesn't work on Nix yet
  buildNoDefaultFeatures = true;