Merge pull request #328912 from r-ryantm/auto-update/lief

lief: 0.14.1 -> 0.15.0
This commit is contained in:
lassulus 2024-07-21 18:09:34 +02:00 committed by GitHub
commit e5bc1cb431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation rec {
pname = "lief";
version = "0.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "lief-project";
repo = "LIEF";
rev = version;
sha256 = "sha256-briOqt/S3YUl6Aon5sKXhutL8VFUSgnK2Wy4UKnHE20=";
sha256 = "sha256-YpED7Bm+WjO+N0h08VhiRWXOVWscBTK3lcf6BIjcZ9Y=";
};
outputs = [ "out" "py" ];