Merge pull request #228261 from r-ryantm/auto-update/datovka

datovka: 4.22.0 -> 4.22.1
This commit is contained in:
Weijia Wang 2023-04-26 09:36:07 +03:00 committed by GitHub
commit c1836182b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
mkDerivation rec {
pname = "datovka";
version = "4.22.0";
version = "4.22.1";
src = fetchurl {
url = "https://gitlab.nic.cz/datovka/datovka/-/archive/v${version}/datovka-v${version}.tar.gz";
sha256 = "sha256-MM2fTONdgvCOrVlMlBgpaoaZLbuSMVG/ENOx2egug98=";
sha256 = "sha256-R18dBsfrMBcBB3EraC0tIJABwZBROFqi/fhm62IDa2g=";
};
buildInputs = [ libdatovka qmake qtbase qtsvg libxml2 qtwebsockets ];