Commit 6fa7df13 authored by R. RyanTM's avatar R. RyanTM
Browse files

xournalpp: 1.2.8 -> 1.2.9

parent 66174960
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@

stdenv.mkDerivation rec {
  pname = "xournalpp";
  version = "1.2.8";
  version = "1.2.9";

  src = fetchFromGitHub {
    owner = "xournalpp";
    repo = "xournalpp";
    rev = "v${version}";
    hash = "sha256-yQN90R2gxUunUimZqT2kncnCNtDaLD36ctf1bU2vmIw=";
    hash = "sha256-YrLGa/BeZX3UeHY+n8LDStRJhEZfPe4Xjx20KtYBPow=";
  };

  postPatch = ''