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

lief: 0.15.0 -> 0.15.1
This commit is contained in:
Nick Cao 2024-08-03 10:15:46 -04:00 committed by GitHub
commit 735140c968
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.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "lief-project";
repo = "LIEF";
rev = version;
sha256 = "sha256-YpED7Bm+WjO+N0h08VhiRWXOVWscBTK3lcf6BIjcZ9Y=";
sha256 = "sha256-2W/p6p7YXqSNaVs8yPAnLQhbBVIQWEbUVnhx9edV5gI=";
};
outputs = [ "out" "py" ];