libredwg: 0.10.1.3707 -> 0.12

Fix CVE-2020-15807
master
Thomas Gerbet 2021-01-22 21:58:46 +01:00
parent 986cf21c45
commit b989a9802f
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libredwg";
version = "0.10.1.3707";
version = "0.12";
src = fetchFromGitHub {
owner = "LibreDWG";
repo = pname;
rev = version;
sha256 = "009n96lx4ahf05ryvm09z0l9956vz94r8pliyb88j0jficl0pxkf";
sha256 = "0ayhp3ym30hzp5f6dz7mmp9hpxf6a48nx3kq5crcmzycm5fllbn7";
fetchSubmodules = true;
};