lief: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm
2024-12-31 09:34:35 +00:00
parent 93097ab6e7
commit a3d1a8cdc3
+2 -2
View File
@@ -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" ];