summary refs log tree commit diff
path: root/pkgs/applications/misc/marktext/default.nix
diff options
context:
space:
mode:
authorEduard Bachmakov <eduarrrd@users.noreply.github.com>2022-03-05 22:15:16 +0100
committerEduard Bachmakov <eduarrrd@users.noreply.github.com>2022-03-08 23:05:06 +0100
commitaed984807adbf4ae97c589a7d5fa61b27f9ac068 (patch)
tree0e313dcab7ff47aed5e0e027f15193ed658e3aeb /pkgs/applications/misc/marktext/default.nix
parentc45608c6cc881ab47cec27e3aa889de9a90db394 (diff)
downloadnixpkgs-aed984807adbf4ae97c589a7d5fa61b27f9ac068.tar
nixpkgs-aed984807adbf4ae97c589a7d5fa61b27f9ac068.tar.gz
nixpkgs-aed984807adbf4ae97c589a7d5fa61b27f9ac068.tar.bz2
nixpkgs-aed984807adbf4ae97c589a7d5fa61b27f9ac068.tar.lz
nixpkgs-aed984807adbf4ae97c589a7d5fa61b27f9ac068.tar.xz
nixpkgs-aed984807adbf4ae97c589a7d5fa61b27f9ac068.tar.zst
nixpkgs-aed984807adbf4ae97c589a7d5fa61b27f9ac068.zip
marktext: 0.16.3 -> 0.17.1
Add myself to maintainers.
Diffstat (limited to 'pkgs/applications/misc/marktext/default.nix')
-rw-r--r--pkgs/applications/misc/marktext/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/marktext/default.nix b/pkgs/applications/misc/marktext/default.nix
index 0688c189e45..16886390837 100644
--- a/pkgs/applications/misc/marktext/default.nix
+++ b/pkgs/applications/misc/marktext/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "marktext";
-  version = "v0.16.3";
+  version = "v0.17.1";
   name = "${pname}-${version}-binary";
 
   src = fetchurl {
     url = "https://github.com/marktext/marktext/releases/download/${version}/marktext-x86_64.AppImage";
-    sha256 = "0s93c79vy2vsi7b6xq4hvsvjjad8bdkhl1q135vp98zmbf7bvm9b";
+    sha256 = "2e2555113e37df830ba3958efcccce7020907b12fd4162368cfd906aeda630b7";
   };
 
   appimageContents = appimageTools.extractType2 {
@@ -48,7 +48,7 @@ appimageTools.wrapType2 rec {
     description = "A simple and elegant markdown editor, available for Linux, macOS and Windows";
     homepage = "https://marktext.app";
     license = licenses.mit;
-    maintainers = with maintainers; [ nh2 ];
+    maintainers = with maintainers; [ nh2 eduarrrd ];
     platforms = [ "x86_64-linux" ];
     mainProgram = "marktext";
   };