dlib: 19.21 -> 19.22

ChangeLog: http://dlib.net/release_notes.html
This commit is contained in:
Maximilian Bosch 2021-03-28 22:22:07 +02:00
parent 4fc2ef2c5e
commit 55416750f8
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "dlib";
version = "19.21";
version = "19.22";
src = fetchFromGitHub {
owner = "davisking";
repo = "dlib";
rev ="v${version}";
sha256 = "00jwklnl21l3hlvb0bjc6rl3hgi88vxb41dsn4m0kh436c9v0rl3";
sha256 = "sha256-cEbw01w4KgSG3JTvTE/qruo7i4/L++m02HW+0VNmSSQ=";
};
postPatch = ''