Revert "feat(halo): new MTP version"

This reverts commit 53c11a120c.
This commit is contained in:
Harald Hoyer 2026-05-15 22:47:17 +02:00
parent b185a6159f
commit 46cdf2f6f6

View file

@ -22,10 +22,10 @@ final: prev: {
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
owner = "am17an"; owner = "am17an";
repo = "llama.cpp"; repo = "llama.cpp";
rev = "a957b77478d35c6a73fb9cb8160d7bf9ee016f34"; rev = "08b147428e7db0760acda2b4e0bd49f5b2ffe945";
hash = "sha256-Y1mzPENo8qHLK2qGjyK3BeVQBV1Up8WNiAeyw+yNJg8="; hash = "sha256-g74JX/ucsnNI1dWSrrzTUVVbZSg+ShIJfKLbjcD0+ac=";
postFetch = '' postFetch = ''
echo -n "a957b77478d35c6a73fb9cb8160d7bf9ee016f34" > $out/COMMIT echo -n "08b147428e7db0760acda2b4e0bd49f5b2ffe945" > $out/COMMIT
''; '';
}; };
npmDepsHash = "sha256-WaEePrEZ7O/7deP2KJhe0AwiSKYA8HOqETmMHUkmBe0="; npmDepsHash = "sha256-WaEePrEZ7O/7deP2KJhe0AwiSKYA8HOqETmMHUkmBe0=";