lief: 0.16.4 -> 0.16.5

This commit is contained in:
R. Ryantm
2025-04-20 01:41:38 +00:00
parent 2f41d74e75
commit e890c4a4ca
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "lief";
version = "0.16.4";
version = "0.16.5";
src = fetchFromGitHub {
owner = "lief-project";
repo = "LIEF";
tag = finalAttrs.version;
hash = "sha256-3rLnT/zs7YrAYNc8I2EJevl98LHGcXFf7bVlJJfxqRc=";
hash = "sha256-X1hkEOgU7AaQDeVlrFM4VDqweElADdColRffbV8/BfM=";
};
outputs = [