models-dev: 0-unstable-2025-11-28 -> 0-unstable-2025-12-02
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
}:
|
||||
let
|
||||
pname = "models-dev";
|
||||
version = "0-unstable-2025-11-28";
|
||||
version = "0-unstable-2025-12-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "sst";
|
||||
repo = "models.dev";
|
||||
rev = "48358b91b776d0bd34cbbc4c70e7ac5ce827b916";
|
||||
hash = "sha256-Pvtc32s/p19Pg8JACSEmxj6Ldc5vl8ZOXiPbJ3ZAUqQ=";
|
||||
rev = "8bd2b3595f0731c4db5b6fb629655bdb7a23d78b";
|
||||
hash = "sha256-SNnqbC1XbeO9f8wSMHPIfdKkgyNbTTM6Lu4IVj9fTDQ=";
|
||||
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/"
|
||||
|
||||
Reference in New Issue
Block a user