mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
llvmPackages.lldbPlugins.llef: 2.2.2 -> 2.2.3 (#494846)
This commit is contained in:
commit
f38814b27d
1 changed files with 2 additions and 2 deletions
|
|
@ -8,13 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "llef";
|
||||
version = "2.2.2";
|
||||
version = "2.2.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "foundryzero";
|
||||
repo = "llef";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-w1Chaq/rGv1amvpJqiyKFxK0dQdsyplgFmBKj/Xmtqg=";
|
||||
hash = "sha256-dTNp6rmiKTg7STpgFkeB2Jcz5V16SA7cIcql9TUiS5w=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue