about summary refs log tree commit diff
path: root/pkgs/applications/editors/typora
diff options
context:
space:
mode:
authorNico Pulido-Mateo <13149442+npulidomateo@users.noreply.github.com>2024-01-24 10:31:03 +0100
committerNico Pulido-Mateo <13149442+npulidomateo@users.noreply.github.com>2024-01-24 10:31:03 +0100
commit91c16cb543594f7718c11ae8c10018d99dec809b (patch)
treeca20e8e59e3e97001807941563010f99605f10bb /pkgs/applications/editors/typora
parent612f97239e2cc474c13c9dafa0df378058c5ad8d (diff)
typora: 1.7.6. -> 1.8.6
Diffstat (limited to 'pkgs/applications/editors/typora')
-rw-r--r--pkgs/applications/editors/typora/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/typora/default.nix b/pkgs/applications/editors/typora/default.nix
index 5bedface4c5a1..5da53b328fd5c 100644
--- a/pkgs/applications/editors/typora/default.nix
+++ b/pkgs/applications/editors/typora/default.nix
@@ -22,10 +22,10 @@
 
 let
   pname = "typora";
-  version = "1.7.6";
+  version = "1.8.6";
   src = fetchurl {
     url = "https://download.typora.io/linux/typora_${version}_amd64.deb";
-    hash = "sha256-o91elUN8sFlzVfIQj29amsiUdSBjZc51tLCO+Qfar6c=";
+    hash = "sha256-5hA9wEP3Hf3RxYC6KKe6JCiMEYKIHk9YhcA9tnSvirc=";
   };
 
   typoraBase = stdenv.mkDerivation {