about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authoraleksana <me@aleksana.moe>2024-03-14 00:38:22 +0800
committeraleksana <me@aleksana.moe>2024-03-15 22:58:15 +0800
commit8988bbd387c9c19354cd0ce49ed40a5cb0585d0e (patch)
treec01f81fc68b8f62f49d0853e5ae3d1d403e2451a /pkgs/applications/office
parent3ba9038ccb91c57a21861a42279660fd0b171913 (diff)
iotas: 0.2.7 -> 0.2.10
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/iotas/default.nix14
1 files changed, 8 insertions, 6 deletions
diff --git a/pkgs/applications/office/iotas/default.nix b/pkgs/applications/office/iotas/default.nix
index 4b6a251f04605..08a4a1bd3d6ef 100644
--- a/pkgs/applications/office/iotas/default.nix
+++ b/pkgs/applications/office/iotas/default.nix
@@ -19,15 +19,15 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "iotas";
-  version = "0.2.7";
-  format = "other";
+  version = "0.2.10";
+  pyproject = false;
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
-    owner = "cheywood";
-    repo = pname;
+    owner = "World";
+    repo = "iotas";
     rev = version;
-    hash = "sha256-k3Qbi/BwkJlQzlyTlo9SjJ1M3zMFHo4669rzd+BBPzQ=";
+    hash = "sha256-aITt+TJb/LrVOyb/mAC7U6/NJ4stHD76jjBFC7Pt7fU=";
   };
 
   nativeBuildInputs = [
@@ -57,6 +57,7 @@ python3.pkgs.buildPythonApplication rec {
     markdown-it-py
     linkify-it-py
     mdit-py-plugins
+    pypandoc
   ];
 
   # prevent double wrapping
@@ -67,9 +68,10 @@ python3.pkgs.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Simple note taking with mobile-first design and Nextcloud sync";
-    homepage = "https://gitlab.gnome.org/cheywood/iotas";
+    homepage = "https://gitlab.gnome.org/World/iotas";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
+    mainProgram = "iotas";
     maintainers = with maintainers; [ zendo ];
   };
 }