Skip to content

Commit b49f260

Browse files
authored
paperwork: 2.2.3 -> 2.2.5 (#338434)
2 parents 013c5df + 34587b9 commit b49f260

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/office/paperwork

1 file changed

+2
-2
lines changed

pkgs/applications/office/paperwork/src.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{fetchFromGitLab}:
22
rec {
3-
version = "2.2.3";
3+
version = "2.2.5";
44
src = fetchFromGitLab {
55
domain = "gitlab.gnome.org";
66
repo = "paperwork";
77
group = "World";
88
owner = "OpenPaperwork";
99
rev = version;
10-
sha256 = "sha256-xQN1IUbTQEHtyW5F8Zbg2EUN5K87oYqnSdzo0gEeOfI=";
10+
sha256 = "sha256-PRh0ohmPLwpM76qYfbExFqq4OK6Hm0fbdzrjXungSoY=";
1111
};
1212
sample_documents = fetchFromGitLab {
1313
domain = "gitlab.gnome.org";

0 commit comments

Comments
 (0)