diff options
| author | Emily Trau <emily@downunderctf.com> | 2023-09-24 23:55:10 -0700 |
|---|---|---|
| committer | Emily Trau <emily@downunderctf.com> | 2023-09-26 22:20:35 -0700 |
| commit | 25a264c6c4f4ee85c1e844dd8ba1973d2fd57a2b (patch) | |
| tree | 821f94265ce765a42cf599edd67f2e3733ae30c7 | |
| parent | minimal-bootstrap.gcc46: build with tinycc-musl (diff) | |
| download | nixpkgs-25a264c6c4f4ee85c1e844dd8ba1973d2fd57a2b.tar.gz | |
minimal-bootstrap.tinycc-musl: unstable-2023-04-20 -> unstable-2023-07-10
Update to the last version of tinycc supported by bootstrappable-tcc.
This upgrade isn't strictly necessary, but I wanted to document that
this is the last successful revision
| -rw-r--r-- | pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix index 9dfa14e4821f..4d26faac20b1 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix @@ -10,12 +10,13 @@ }: let pname = "tinycc-musl"; - version = "unstable-2023-04-20"; - rev = "86f3d8e33105435946383aee52487b5ddf918140"; + # next commit introduces use of realpath (unsupported in mes-libc) + version = "unstable-2023-07-10"; + rev = "fd6d2180c5c801bb0b4c5dde27d61503059fc97d"; src = fetchurl { url = "https://repo.or.cz/tinycc.git/snapshot/${rev}.tar.gz"; - hash = "sha256-V3XBXYyzHi9f4JSYGeQwz6+1biUp7cwGaEE+x9fOLYY="; + hash = "sha256-R81SNbEmh4s9FNQxCWZwUiMCYRkkwOHAdRf0aMnnRiA="; }; patches = [ |
