Skip to content

Commit 49cd9dd

Browse files
authored
Merge pull request #278358 from MikaelFangel/update-libewf
libewf: 20201230 -> 20231119
2 parents ed29358 + 22c5bf0 commit 49cd9dd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pkgs/development/libraries/libewf/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
11
{ fetchurl, fetchpatch, lib, stdenv, zlib, openssl, libuuid, pkg-config, bzip2 }:
22

33
stdenv.mkDerivation rec {
4-
version = "20201230";
4+
version = "20231119";
55
pname = "libewf";
66

77
src = fetchurl {
88
url = "https://github.com/libyal/libewf/releases/download/${version}/libewf-experimental-${version}.tar.gz";
9-
hash = "sha256-10r4jPzsA30nHQzjdg/VkwTG1PwOskwv8Bra34ZPMgc=";
9+
hash = "sha256-7AjUEaXasOzJV9ErZK2a4HMTaqhcBbLKd8M+A5SbKrc=";
1010
};
1111

12-
patches = [
13-
# fix build with OpenSSL 3.0
14-
(fetchpatch {
15-
url = "https://github.com/libyal/libewf/commit/033ea5b4e5f8f1248f74a2ec61fc1be183c6c46b.patch";
16-
hash = "sha256-R4+NO/91kiZP48SJyVF9oYjKCg1h/9Kh8/0VOEmJXPQ=";
17-
})
18-
];
19-
2012
nativeBuildInputs = [ pkg-config ];
2113
buildInputs = [ zlib openssl libuuid ]
2214
++ lib.optionals stdenv.isDarwin [ bzip2 ];

0 commit comments

Comments
 (0)