tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
paperwork: 2.2.0 -> 2.2.1
Guillaume Girol
2 years ago
92a4b7e8
f32a622d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
office
paperwork
src.nix
+2
-2
pkgs/applications/office/paperwork/src.nix
···
1
1
{fetchFromGitLab}:
2
2
rec {
3
3
-
version = "2.2.0";
3
3
+
version = "2.2.1";
4
4
src = fetchFromGitLab {
5
5
domain = "gitlab.gnome.org";
6
6
repo = "paperwork";
7
7
group = "World";
8
8
owner = "OpenPaperwork";
9
9
rev = version;
10
10
-
sha256 = "sha256-sxHhTeeG2rZztMwN7S2rywISkeXsuaUH3ZUU7IC8iB0=";
10
10
+
sha256 = "sha256-OFVj9INDiOpGd5N3ziMBWt3/IdmpInc+jEAxW3GcvOA=";
11
11
};
12
12
sample_documents = fetchFromGitLab {
13
13
domain = "gitlab.gnome.org";