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

This commit is contained in:
Lassulus 2022-11-04 12:20:37 +01:00 committed by GitHub
commit bff9026a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@ let
in
stdenv.mkDerivation rec {
pname = "lief";
version = "0.12.1";
version = "0.12.3";
src = fetchFromGitHub {
owner = "lief-project";
repo = "LIEF";
rev = version;
sha256 = "sha256-IQqPwTNFHLOr8iwg8IhXpuiyg2rIdFuVDzwT39eA6/c=";
sha256 = "sha256-wZgv4AFc7DrMCyxMLKQxO1mUTDAU4klK8aZAySqGJoY=";
};
outputs = [ "out" "py" ];