pkgs: bump llama-cpp, llama-swap, s2cpp, intel-sycl

This commit is contained in:
2026-07-16 10:24:28 +02:00
parent 9b8914ff5f
commit 469aa753e6
7 changed files with 28 additions and 15 deletions
+3 -3
View File
@@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "s2cpp";
version = "0-unstable-2026-04-12";
version = "0-unstable-2026-05-27";
src = fetchFromGitHub {
owner = "rodrigomatta";
repo = "s2.cpp";
rev = "e48ce8e1c3ee23acbac97ce078b8faab0a2da43c";
hash = "sha256-xlDYqimbqCBidkcmt5gIgMtYLw8gdR51qD3gFD0j7xE=";
rev = "2c33261938da1a41d713768b1b391b4d368d7d2c";
hash = "sha256-wHNhGbWbLnm9XTBHOVmAsQKuzG54Gq8i92YQFU2GLs4=";
fetchSubmodules = true;
};