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

models-dev: 0-unstable-2025-11-14 -> 0-unstable-2025-11-17 (#462848)

parents fe40bc60 1dad9aaf
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-11-14";
  version = "0-unstable-2025-11-17";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "models.dev";
    rev = "83a038148a44242ab39430d41d88e862f782e796";
    hash = "sha256-dRHnDRMVObcE26MrD8DCdkdMrxhHYIBF+ZGJTfsrxNs=";
    rev = "0cb3e3498ba712bd31528926d2efdd26e925267b";
    hash = "sha256-ICMR59DaqriZZmO7260iuyMjuIRJ9AYtWlzVZY0KFXw=";
  };

  node_modules = stdenvNoCC.mkDerivation {