models-dev: 0-unstable-2025-12-29 -> 0-unstable-2026-01-04 (#476932)

This commit is contained in:
Gaétan Lepage
2026-01-04 21:48:54 +00:00
committed by GitHub
+5 -5
View File
@@ -9,12 +9,12 @@
}:
let
pname = "models-dev";
version = "0-unstable-2025-12-29";
version = "0-unstable-2026-01-04";
src = fetchFromGitHub {
owner = "sst";
owner = "anomalyco";
repo = "models.dev";
rev = "53afc6aefb7b7f777c7b708098e7dbf83bd3797a";
hash = "sha256-I79MLfT9rCJK7LOfJNN23wM9/lJsVL+fw3hBUPykIxM=";
rev = "65b43b44c1aefb37483a03f1859f10f6718b7b31";
hash = "sha256-yh1OeKZ1JBR6Z1+ebCvdssjy2bBGgo1KNQFmVkycM7E=";
};
node_modules = stdenvNoCC.mkDerivation {
@@ -112,7 +112,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "Comprehensive open-source database of AI model specifications, pricing, and capabilities";
homepage = "https://github.com/sst/models-dev";
homepage = "https://github.com/anomalyco/models-dev";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ delafthi ];