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

models-dev: 0-unstable-2026-03-09 -> 0-unstable-2026-03-17 (#500823)

parents e25f0098 31e8c296
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-09";
  version = "0-unstable-2026-03-17";
  src = fetchFromGitHub {
    owner = "anomalyco";
    repo = "models.dev";
    rev = "a9f79d67946f658af9e92b4ab81aa55b0f862cc4";
    hash = "sha256-w0Ed092mWKXlMPgaofwn7UxZm9uDP5NzIduSrADVmwc=";
    rev = "7d3cc61a48f545739f05042b43110ea11147ac03";
    hash = "sha256-Iyg1IAp3AiqxPqYil/ZhH7dXxkwxW9B3t3LwYMTiRjE=";
  };

  node_modules = stdenvNoCC.mkDerivation {