libredwg: 0.10.1 -> 0.10.1.3707 (#94087)

fixes #93994
This commit is contained in:
Thorsten 2020-07-28 22:54:37 +02:00 committed by GitHub
parent b331c72f03
commit 30e052a3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,14 @@ let
in
stdenv.mkDerivation rec {
pname = "libredwg";
version = "0.10.1";
version = "0.10.1.3707";
src = fetchFromGitHub {
owner = "LibreDWG";
repo = pname;
rev = version;
sha256 = "1zd721z2nriw1jlrh4y1fj59b0dnymhd4kwp8rqw16bs84gda37n";
sha256 = "009n96lx4ahf05ryvm09z0l9956vz94r8pliyb88j0jficl0pxkf";
fetchSubmodules = true;
};
nativeBuildInputs = [ autoreconfHook pkg-config texinfo ]