From 25a264c6c4f4ee85c1e844dd8ba1973d2fd57a2b Mon Sep 17 00:00:00 2001 From: Emily Trau Date: Sun, 24 Sep 2023 23:55:10 -0700 Subject: [PATCH] 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 --- pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix | 7 ++++--- 1 file 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 = [