paperwork: 2.0.1 -> 2.0.2

and cleanup
This commit is contained in:
Guillaume Girol
2021-01-02 19:08:54 +01:00
parent 29f7ba6fe3
commit bd54cf9602
3 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{fetchFromGitLab}:
rec {
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
repo = "paperwork";
group = "World";
owner = "OpenPaperwork";
rev = version;
sha256 = "16pc4drwpjl4937wdavs6wk0j1qs474b072wplhs8ywxfgqip1h4";
sha256 = "1di7nnl8ywyiwfpl5m1kvip1m0hvijbmqmkdpviwqw7ajizrr1ly";
};
}