paperwork: 2.2.0 -> 2.2.1

This commit is contained in:
Guillaume Girol 2023-09-17 12:00:00 +00:00
parent f32a622d3a
commit 92a4b7e8ea

View File

@ -1,13 +1,13 @@
{fetchFromGitLab}:
rec {
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
repo = "paperwork";
group = "World";
owner = "OpenPaperwork";
rev = version;
sha256 = "sha256-sxHhTeeG2rZztMwN7S2rywISkeXsuaUH3ZUU7IC8iB0=";
sha256 = "sha256-OFVj9INDiOpGd5N3ziMBWt3/IdmpInc+jEAxW3GcvOA=";
};
sample_documents = fetchFromGitLab {
domain = "gitlab.gnome.org";