Commit 23b6b73f authored by R. RyanTM's avatar R. RyanTM
Browse files

lief: 0.14.1 -> 0.15.0

parent 48b8f3cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];