models-dev: 0-unstable-2025-12-09 -> 0-unstable-2025-12-11 (#469854)

This commit is contained in:
Gaétan Lepage
2025-12-11 12:01:11 +00:00
committed by GitHub
+3 -8
View File
@@ -9,17 +9,12 @@
}:
let
pname = "models-dev";
version = "0-unstable-2025-12-09";
version = "0-unstable-2025-12-11";
src = fetchFromGitHub {
owner = "sst";
repo = "models.dev";
rev = "597350692c84a6c32f86fde05e310566a417099e";
hash = "sha256-m3tegpyPT5yX6IqgJG9+YpmyQ7rBd9H+USS3YDLizsM=";
postFetch = lib.optionalString stdenvNoCC.hostPlatform.isLinux ''
# NOTE: Normalize case-sensitive directory names that cause issues on case-insensitive filesystems
cp -r "$out/providers/poe/models/openai"/* "$out/providers/poe/models/openAi/"
rm -rf "$out/providers/poe/models/openai"
'';
rev = "0c66fc84a2deb49500b9bb67e37d87428f544119";
hash = "sha256-HAGUVpdW0gLXCo3jCU7pnjvh1cTp8xnU59MXgCwQkGs=";
};
node_modules = stdenvNoCC.mkDerivation {