Commit 97d51176 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 1f318abf
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 ];