3
0
Fork 0
forked from mirrors/nixpkgs

ruff: 0.0.110 -> 0.0.112

This commit is contained in:
figsoda 2022-11-11 12:54:26 -05:00
parent 1b8195d2e8
commit cd28acf702

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.110";
version = "0.0.112";
src = fetchFromGitHub {
owner = "charliermarsh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L7LqIov0Ifz4wRV6FD4PIcUFauQCBaL8HXea400j0tE=";
sha256 = "sha256-6EV+DLwISo16JdvgI1gMajoAbuzKldjUtjpoe+VkGWI=";
};
cargoSha256 = "sha256-CcLNgZqcfJK/1DwLNP+GTej+OwmJ4w6SXob0Y3ccwS8=";
cargoSha256 = "sha256-7alnTKjrsBem/q10ojMGNwidACv4C+pr/mFs5wqL2ww=";
buildInputs = lib.optionals stdenv.isDarwin [
CoreServices