Unverified Commit c9d8262f authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

models-dev: 0-unstable-2026-03-17 -> 0-unstable-2026-03-26 (#503802)

parents 7c7eab4d 87572f77
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-03-17";
  version = "0-unstable-2026-03-26";
  src = fetchFromGitHub {
    owner = "anomalyco";
    repo = "models.dev";
    rev = "7d3cc61a48f545739f05042b43110ea11147ac03";
    hash = "sha256-Iyg1IAp3AiqxPqYil/ZhH7dXxkwxW9B3t3LwYMTiRjE=";
    rev = "62015086c67bd76ebeb29cecb468834c9e17b938";
    hash = "sha256-fIqUY3usE8pf10Q0SmLUZ9VB6TXeyiXcX4j97NRS4u4=";
  };

  node_modules = stdenvNoCC.mkDerivation {