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

models-dev: 0-unstable-2026-02-14 -> 0-unstable-2026-02-21 (#492751)

parents 38178357 4f853ef3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@
}:
let
  pname = "models-dev";
  version = "0-unstable-2026-02-14";
  version = "0-unstable-2026-02-21";
  src = fetchFromGitHub {
    owner = "anomalyco";
    repo = "models.dev";
    rev = "5a008354709f3331f1070cb2c70c184ac8845996";
    hash = "sha256-XMblZXkqrtZSHa0d96sbPtcMQCJfnHZdnQEpaZqc0O0=";
    rev = "c36b8e94339b004bddc0d84f816bcac14babe1ba";
    hash = "sha256-z8yswVNWuf/aDbwirp99nCw4VCfzCVIOB4+5s5CKo3I=";
  };

  node_modules = stdenvNoCC.mkDerivation {