Merge staging-next-21.05 into staging-21.05

This commit is contained in:
github-actions[bot]
2021-09-27 00:03:11 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -10,13 +10,13 @@ let
in
stdenv.mkDerivation rec {
pname = "lief";
version = "0.11.4";
version = "0.11.5";
src = fetchFromGitHub {
owner = "lief-project";
repo = "LIEF";
rev = version;
sha256 = "DgsTrJ2+zdXJK6CdDOan7roakaaxQiwrVeiQnzJnk0A=";
sha256 = "sha256-crYFBeX+YaIvVAv3uvGEeNCg+ZbUryr0NacDG56TUGE=";
};
outputs = [ "out" "py" ];