models-dev: 0-unstable-2026-01-11 -> 0-unstable-2026-01-14

This commit is contained in:
Thierry Delafontaine
2026-01-15 09:48:12 +01:00
parent 969f5a7621
commit 08f66a5dc4
+7 -3
View File
@@ -9,12 +9,12 @@
}:
let
pname = "models-dev";
version = "0-unstable-2026-01-11";
version = "0-unstable-2026-01-14";
src = fetchFromGitHub {
owner = "anomalyco";
repo = "models.dev";
rev = "5771ec68d0d780820d7bdf94671db72bb78a29e2";
hash = "sha256-+S7TqNGSS4cZ3b8NEt+2o34cw8sCTXcHlL3d5vsuOWU=";
rev = "db79e08e389c7d10994b5d5b99165c3e124da958";
hash = "sha256-Z1EcHBDZSz6xUN4S9TSzRTbRLXoRQPuWx+a6myxxDMA=";
};
node_modules = stdenvNoCC.mkDerivation {
@@ -113,5 +113,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ delafthi ];
badPlatforms = [
# error: Invalid DNS result order
"x86_64-darwin"
];
};
})