File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ let toolchain = import "../toolchain/build.ncl" in
77let make = import "../make/build.ncl" in
88let glibc = import "../glibc/build.ncl" in
99let gcc = import "../gcc/build.ncl" in
10- let version = "0.16.2 " in
10+ let version = "0.16.3 " in
1111{
1212 name = "ruff" ,
1313 build_deps = [
1414 { file = "build.sh" } | Local ,
1515 {
1616 url = "gs://minimal-staging-archives/astral-sh/ruff/%{version }.tar.gz" ,
17- sha256 = "480cd1332b2188403d36906f7d92f4a4bf9a1aead3a12595d08425c5a0520620 " ,
17+ sha256 = "1eecc23082f91b6b2ad3be2b608bd4ba02d04d8ab519996134d5949bf4e238bb " ,
1818 extract = true ,
1919 strip_prefix = "ruff-%{version }" ,
2020 } | Source ,
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # Imported from Wolfi `ruff` (0.16.2 , rust) by pkgmgr import-wolfi.
2+ # Imported from Wolfi `ruff` (0.16.3 , rust) by pkgmgr import-wolfi.
33set -eu
44export CC=gcc
55export LD=gcc
You can’t perform that action at this time.
0 commit comments