Unverified Commit 3203d30d authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #196431 from alyaeanyx/xournalpp-1.1.2

xournalpp: 1.1.1 -> 1.1.2
parents b5934423 a5366c28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

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

  src = fetchFromGitHub {
    owner = "xournalpp";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-AzLkXGcTjtfBaPOZ/Tc+TwL63vm08G2tZw3pGzoo7po=";
    sha256 = "sha256-E/7S4JGLXR8u9fE8bTVPFb6XVKOC/BHnQwLhr7N2A48=";
  };

  nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ];