Skip to content

Commit

Permalink
Merge pull request #110052 from r-ryantm/auto-update/libewf
Browse files Browse the repository at this point in the history
libewf: 2020112 -> 20201210
  • Loading branch information
7c6f434c committed Jan 22, 2021
2 parents 4002179 + f36a31d commit f89e4d7
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, lib, stdenv, zlib, openssl, libuuid, pkg-config }:

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

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

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit f89e4d7

Please sign in to comment.