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
This commit is contained in:
Emily Trau
2023-09-26 22:20:35 -07:00
parent 29b98b0f89
commit 25a264c6c4
@@ -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 = [