xournalpp: 1.1.1 -> 1.1.2

This commit is contained in:
alyaeanyx 2022-10-17 16:51:13 +02:00
parent d4cadb8aa4
commit a5366c287b

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xournalpp"; pname = "xournalpp";
version = "1.1.1"; version = "1.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xournalpp"; owner = "xournalpp";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-AzLkXGcTjtfBaPOZ/Tc+TwL63vm08G2tZw3pGzoo7po="; sha256 = "sha256-E/7S4JGLXR8u9fE8bTVPFb6XVKOC/BHnQwLhr7N2A48=";
}; };
nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ]; nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ];