xournalpp: 1.0.18 -> 1.0.19

authored by

Nikolay Korotkiy and committed by
Bjørn Forsman
d2a28d3b 2543fb20

+4 -4
+4 -4
pkgs/applications/graphics/xournalpp/default.nix
··· 22 22 23 23 stdenv.mkDerivation rec { 24 24 pname = "xournalpp"; 25 - version = "1.0.18"; 25 + version = "1.0.19"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "xournalpp"; 29 29 repo = pname; 30 30 rev = version; 31 - sha256 = "0a9ygbmd4dwgck3k8wsrm2grynqa0adb12wwspzmzvpisbadffjy"; 31 + sha256 = "05nx4cmrka6hwdn7r91yy4h46qpa9k7iy9dkgaq3hrkh9z3fxlkq"; 32 32 }; 33 33 34 34 nativeBuildInputs = [ cmake gettext pkgconfig wrapGAppsHook ]; ··· 54 54 55 55 meta = with stdenv.lib; { 56 56 description = "Xournal++ is a handwriting Notetaking software with PDF annotation support"; 57 - homepage = "https://github.com/xournalpp/xournalpp"; 58 - license = licenses.gpl2; 57 + homepage = "https://xournalpp.github.io/"; 58 + license = licenses.gpl2Plus; 59 59 maintainers = with maintainers; [ andrew-d sikmir ]; 60 60 platforms = platforms.linux; 61 61 };