Unverified Commit 48d2549a authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

models-dev: 0-unstable-2025-09-29 -> 0-unstable-2025-10-08 (#450197)

parents cc29f8ce 05fd7ebe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "models-dev";
  version = "0-unstable-2025-09-29";
  version = "0-unstable-2025-10-08";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "models.dev";
    rev = "47a71d06c57055a7c347ff04b3c7cfcaf1fa9462";
    hash = "sha256-fv6u/Hpmt5KUGSN/P7mrqbWAx7kHsMeIjiLaRUQqG90=";
    rev = "8d397086d8971c91b27919b8a3945f5ac21bc61f";
    hash = "sha256-r0k6b9vaAeKZl1mknQc1wyRiJcPB3/OWlqspOgqw/Us=";
  };

  node_modules = stdenvNoCC.mkDerivation {