about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2022-03-30 11:31:56 +0200
committerGitHub <noreply@github.com>2022-03-30 11:31:56 +0200
commit710fed5a2483f945b14f4a58af2cd3676b42d8c8 (patch)
tree4bada6a55248028ad90ce394e5dd7e16acb8f815
parent6a079dad158f0331e866da8d1da443065deba6fa (diff)
parent1121300b4195a540d66c012280a52545d99ae430 (diff)
Merge pull request #166376 from r-ryantm/auto-update/lief
lief: 0.11.5 -> 0.12.0
-rw-r--r--pkgs/development/libraries/lief/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/lief/default.nix b/pkgs/development/libraries/lief/default.nix
index 7064080619075..3fcf03945bb31 100644
--- a/pkgs/development/libraries/lief/default.nix
+++ b/pkgs/development/libraries/lief/default.nix
@@ -10,13 +10,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "lief";
-  version = "0.11.5";
+  version = "0.12.0";
 
   src = fetchFromGitHub {
     owner = "lief-project";
     repo = "LIEF";
     rev = version;
-    sha256 = "sha256-crYFBeX+YaIvVAv3uvGEeNCg+ZbUryr0NacDG56TUGE=";
+    sha256 = "sha256-ONU/geAkqVf8SDIi9dUvHxbJkmykHMCe2UVgUyRk0gg=";
   };
 
   outputs = [ "out" "py" ];