lol

models-dev: 0-unstable-2025-07-30 -> 0-unstable-2025-07-31 (#429782)

authored by

Pol Dellaiera and committed by
GitHub
56beea2a fbd425f9

+10 -10
+10 -10
pkgs/by-name/mo/models-dev/package.nix
··· 17 17 in 18 18 stdenvNoCC.mkDerivation (finalAttrs: { 19 19 pname = "models-dev"; 20 - version = "0-unstable-2025-07-30"; 20 + version = "0-unstable-2025-07-31"; 21 21 src = fetchFromGitHub { 22 22 owner = "sst"; 23 23 repo = "models.dev"; 24 - rev = "2bc25f1c57a61c0bcb29e4a7ed331be332991c15"; 25 - hash = "sha256-xCYu8AsTtH9ZVhFZ/sxukj92RSwZGmeQRE3COmiRqI4="; 24 + rev = "60f2d80bc087ded768a8c6c36981f43822871c78"; 25 + hash = "sha256-mE+ptgTETbF/QIhMwOOVkbT9Jeus8ceGbninagPqgeU="; 26 26 }; 27 27 28 28 node_modules = stdenvNoCC.mkDerivation { ··· 40 40 ]; 41 41 42 42 dontConfigure = true; 43 - 44 - patches = [ 45 - # In bun 1.2.13 (release-25.05) HTML entrypoints get content hashes 46 - # appended → index.html becomes index-pq8vj7za.html in ./dist. So, we 47 - # rename the index file back to index.html 48 - ./post-build-rename-index-file.patch 49 - ]; 50 43 51 44 buildPhase = '' 52 45 runHook preBuild ··· 79 72 }; 80 73 81 74 nativeBuildInputs = [ bun ]; 75 + 76 + patches = [ 77 + # In bun 1.2.13 (release-25.05) HTML entrypoints get content hashes 78 + # appended → index.html becomes index-pq8vj7za.html in ./dist. So, we 79 + # rename the index file back to index.html 80 + ./post-build-rename-index-file.patch 81 + ]; 82 82 83 83 configurePhase = '' 84 84 runHook preConfigure