Skip to content

Commit

Permalink
Merge pull request #105716 from r-ryantm/auto-update/libewf
Browse files Browse the repository at this point in the history
libewf: 20171104 -> 2020112
  • Loading branch information
7c6f434c committed Dec 3, 2020
2 parents 17da448 + b7348e5 commit 5e6da1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libewf/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ fetchurl, stdenv, zlib, openssl, libuuid, pkgconfig }:

stdenv.mkDerivation rec {
version = "20171104";
version = "20201129";
pname = "libewf";

src = fetchurl {
url = "https://github.com/libyal/libewf/releases/download/${version}/libewf-experimental-${version}.tar.gz";
sha256 = "0h7036gpj5cryvh17aq6i2cpnbpwg5yswmfydxbbwvd9yfxd6dng";
sha256 = "168k1az9hm0lajh57zlbknsq5m8civ1rzp81zz4sd7v64xilzxdk";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 5e6da1e

Please sign in to comment.