llvmPackages.lldbPlugins.llef: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm
2026-01-08 14:13:52 +00:00
parent 719f19e8e4
commit a57d1a8367
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "llef";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "foundryzero";
repo = "llef";
rev = "v${finalAttrs.version}";
hash = "sha256-PqPsZNLiKW1czxfpJMNnQbdak37WbGc7Otq1uU6wXqc=";
hash = "sha256-w1Chaq/rGv1amvpJqiyKFxK0dQdsyplgFmBKj/Xmtqg=";
};
dontBuild = true;