llvmPackages_14.lldbPlugins.llef: 1.1.0 -> 1.2.0 (#335122)

This commit is contained in:
Weijia Wang 2024-09-10 21:43:22 +02:00 committed by GitHub
commit 166126d1e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "llef";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "foundryzero";
repo = "llef";
rev = "v${finalAttrs.version}";
hash = "sha256-tta99ncWJdnnSkVdnOwx36utEcefMy7fb5NDN2aZ5F0=";
hash = "sha256-cpBQuRWpov4q3lEtZPA7ZWqQ8Aa/KKQbhtVStSfNa+Q=";
};
dontBuild = true;