Unverified Commit 0a674d09 authored by Thierry Delafontaine's avatar Thierry Delafontaine
Browse files

models-dev: 0-unstable-2025-07-23 -> 0-unstable-2025-07-29

(cherry picked from commit 75575b33)
parent a5d6022d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "models-dev";
  version = "0-unstable-2025-07-23";
  version = "0-unstable-2025-07-29";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "models.dev";
    rev = "affbfa8012d0dbc0eba81ea51ec32069c71af417";
    hash = "sha256-JPcurldPuaFPfwqiWQR83x1uDcL0Dy79kx2TAOiNnyQ=";
    rev = "69e91b1cee1dbd737dc60f5f99ce123a81763cda";
    hash = "sha256-fr4cgQsW03ukgCxNBtlokAXmqjGh1fFJucWx1dJ7xV0=";
  };

  node_modules = stdenvNoCC.mkDerivation {