lief: 0.16.5 -> 0.16.6
This commit is contained in:
parent
9709fef3cb
commit
067f315f01
@ -17,13 +17,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lief";
|
||||
version = "0.16.5";
|
||||
version = "0.16.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lief-project";
|
||||
repo = "LIEF";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-X1hkEOgU7AaQDeVlrFM4VDqweElADdColRffbV8/BfM=";
|
||||
hash = "sha256-SvwFyhIBuG0u5rE7+1OaO7VZu4/X4jVI6oFOm5+yCd8=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user