Unverified Commit e5bf4dc3 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 5950faef f1d85422
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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 ];