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

models-dev: 0-unstable-2025-10-25 -> 0-unstable-2025-10-28 (#456363)

parents bcfc404e 788b09af
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-10-25";
  version = "0-unstable-2025-10-28";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "models.dev";
    rev = "6aaec4681f415cd7c87519b4acd61720525cdda1";
    hash = "sha256-77PoCq072udYDsplW1ENQbw/8lQqXrEiPFh2e/oAqVw=";
    rev = "86138343a8c048caa813c17ac56fda39e92458bf";
    hash = "sha256-VYR9Sp7AKQ6abJg1Dyhr/GyYwGgE9XcuKHLW3an5/wY=";
  };

  node_modules = stdenvNoCC.mkDerivation {