Unverified Commit 5b54c60b authored by Thierry Delafontaine's avatar Thierry Delafontaine
Browse files

models-dev: 0-unstable-2025-07-30 -> 0-unstable-2025-07-31

parent 2ee71ec9
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-30";
  version = "0-unstable-2025-07-31";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "models.dev";
    rev = "2bc25f1c57a61c0bcb29e4a7ed331be332991c15";
    hash = "sha256-xCYu8AsTtH9ZVhFZ/sxukj92RSwZGmeQRE3COmiRqI4=";
    rev = "60f2d80bc087ded768a8c6c36981f43822871c78";
    hash = "sha256-mE+ptgTETbF/QIhMwOOVkbT9Jeus8ceGbninagPqgeU=";
  };

  node_modules = stdenvNoCC.mkDerivation {