Unverified Commit c2e1803a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ruff: 0.9.3 -> 0.9.4 (#378148)

parents 2b9e236a 97d51176
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,17 +17,17 @@

rustPlatform.buildRustPackage rec {
  pname = "ruff";
  version = "0.9.3";
  version = "0.9.4";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "ruff";
    tag = version;
    hash = "sha256-V05GUo5nA6RhVWD7mn94GF3/93In3cnljd2G3hPeBZ0=";
    hash = "sha256-HUCquxp8U6ZoHNSuUSu56EyiaSRRA8qUMYu6nNibt6w=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-FpybUZZ5qjo87fYbUAnK+w4cUPx4UWGzexL92cEnIFU=";
  cargoHash = "sha256-EiIN97I72Iam7STjZhHnvVktJXJocnVomjVp8a8t+fM=";

  nativeBuildInputs = [ installShellFiles ];