nix: update libkrun (aarch64 fixes)

This commit is contained in:
Val Packett 2025-12-05 00:09:44 -03:00
parent d2070a1bec
commit 2a98ae83af
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -57,17 +57,17 @@
"libkrun-src": { "libkrun-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1764170836, "lastModified": 1764837222,
"narHash": "sha256-95B4otgPNoAD2WtAVYFeIwvDWCMvVCSFj5V8Obuk+Ks=", "narHash": "sha256-Q4uFc3gvo6AuN1fAuUWU8k/+idOuDEj8Pkhm80wE798=",
"owner": "containers", "owner": "containers",
"repo": "libkrun", "repo": "libkrun",
"rev": "8a1467394189b51f5b0ec601352a0c3fd719d850", "rev": "b250ee6fff7d959da3d55bb62ffe09d87248651c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "containers", "owner": "containers",
"repo": "libkrun", "repo": "libkrun",
"rev": "8a1467394189b51f5b0ec601352a0c3fd719d850", "rev": "b250ee6fff7d959da3d55bb62ffe09d87248651c",
"type": "github" "type": "github"
} }
}, },

View file

@ -18,7 +18,7 @@
flake = false; flake = false;
}; };
libkrun-src = { libkrun-src = {
url = "github:containers/libkrun/8a1467394189b51f5b0ec601352a0c3fd719d850"; url = "github:containers/libkrun/b250ee6fff7d959da3d55bb62ffe09d87248651c";
flake = false; flake = false;
}; };
libkrunfw-src = { libkrunfw-src = {