From a3e0e3deea088626e6ef8f974487e8f75ace329c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 14 Dec 2023 00:05:23 +0100 Subject: [PATCH] ruff: 0.1.7 -> 0.1.8 Diff: https://github.com/astral-sh/ruff/compare/refs/tags/v0.1.7...v0.1.8 Changelog: https://github.com/astral-sh/ruff/releases/tag/v0.1.8 --- pkgs/development/tools/ruff/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/ruff/default.nix b/pkgs/development/tools/ruff/default.nix index aa81e9592317..77a668e9526a 100644 --- a/pkgs/development/tools/ruff/default.nix +++ b/pkgs/development/tools/ruff/default.nix @@ -11,16 +11,16 @@ rustPlatform.buildRustPackage rec { pname = "ruff"; - version = "0.1.7"; + version = "0.1.8"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ruff"; rev = "refs/tags/v${version}"; - hash = "sha256-Al256/8A/efLrf97xCwEocwgs3ngPnEAmkfcLWdlkTw="; + hash = "sha256-zf2280aSmGstcgxoU/IWtdtdWExvdKLBNh4Cn5tC1vU="; }; - cargoHash = "sha256-4iC9pRmhxC29zIrRxQfNG3KCWtHqw8ml6MJoT/XZjSI="; + cargoHash = "sha256-UC47RXgvjHInJuHVYmnAAb7SACRqt4d59k9/Cl9+x4Q="; nativeBuildInputs = [ installShellFiles