dlib: 19.19 -> 19.20

https://github.com/davisking/dlib/releases/tag/v19.20
This commit is contained in:
Maximilian Bosch 2020-06-07 16:09:18 +02:00
parent 8454ef7b29
commit 3fec30cb95
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "dlib";
version = "19.19";
version = "19.20";
src = fetchFromGitHub {
owner = "davisking";
repo = "dlib";
rev ="v${version}";
sha256 = "0574p46zf85nx33cam4yqcg20g94kkmrvi5689r1xshprr0szghp";
sha256 = "10b5hrprlls0nhljx18ys8cms7bgqirvhxlx6gbvbprbi6q16f9r";
};
postPatch = ''