Skip to content

Commit

Permalink
lief: 0.16.0 -> 0.16.1 (#369616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Dec 31, 2024
2 parents 806ee5a + a3d1a8c commit b9272ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/lief/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation rec {
pname = "lief";
version = "0.16.0";
version = "0.16.1";

src = fetchFromGitHub {
owner = "lief-project";
repo = "LIEF";
rev = version;
sha256 = "sha256-TwNrwOY8JVQvZ0GJXeW0hr21vCFXQcFj4VnGQQnisNY=";
sha256 = "sha256-Mq3IC1EbJpAwqHpiByFwdWl/rUOvv+oOtLgJ6dx7/P0=";
};

outputs = [ "out" "py" ];
Expand Down

0 comments on commit b9272ee

Please sign in to comment.