Skip to content

Commit

Permalink
xournalpp: 1.1.0 → 1.1.1 (#159902)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Feb 14, 2022
1 parent 08d65ab commit bb0bae4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/graphics/xournalpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
pname = "xournalpp";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "xournalpp";
repo = pname;
rev = version;
sha256 = "sha256-FIIpWgWvq1uo/lIQXpOkUTZ6YJPtOtxKF8VjXSgqrlE=";
rev = "v${version}";
sha256 = "sha256-AzLkXGcTjtfBaPOZ/Tc+TwL63vm08G2tZw3pGzoo7po=";
};

nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ];
Expand All @@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Xournal++ is a handwriting Notetaking software with PDF annotation support";
homepage = "https://xournalpp.github.io/";
changelog = "https://github.com/xournalpp/xournalpp/blob/v${version}/CHANGELOG.md";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ andrew-d sikmir ];
platforms = platforms.linux;
Expand Down

0 comments on commit bb0bae4

Please sign in to comment.