models-dev: 0-unstable-2025-07-12 -> 0-unstable-2025-07-14

Diff: 9384b47617...2b0849aa20
This commit is contained in:
Thierry Delafontaine 2025-07-14 10:11:40 +02:00
parent 4f53407902
commit 419678255e
No known key found for this signature in database
GPG Key ID: 00926686981863CB

View File

@ -17,12 +17,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "models-dev";
version = "0-unstable-2025-07-12";
version = "0-unstable-2025-07-14";
src = fetchFromGitHub {
owner = "sst";
repo = "models.dev";
rev = "9384b47617ec10f5b008908457b3e8f89556e340";
hash = "sha256-ayhWGFyU6uLrXYrftP7J/xM064bErKFGnySt2AfBkBY=";
rev = "2b0849aa20d48c28e2bac1fa3762aec867a2e7c7";
hash = "sha256-SC2yOy+6xjiGgRuRJY6wCtzWjFJm/DUy+gSlMXXDgAk=";
};
node_modules = stdenvNoCC.mkDerivation {