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>2023-10-23 16:05:12 +0200
committerNico Pulido-Mateo <13149442+npulidomateo@users.noreply.github.com>2023-10-23 16:35:01 +0200
commitaf557a587bc65669154d30607affd0d416f2b938 (patch)
treecc29f8b7b58f832f67c950c691151350a6019069 /pkgs/applications/editors/typora
parentb3381345a8493854d5fd04541c6cda739cb4b278 (diff)
typora: 1.7.5 -> 1.7.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 5332e0b5d05bb..936cc9f7bb87d 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.5";
+  version = "1.7.6";
   src = fetchurl {
     url = "https://download.typora.io/linux/typora_${version}_amd64.deb";
-    hash = "sha256-4Q+fx1kNu98+nxnI/7hLhE6zOdNsaAiAnW6xVd+hZOI=";
+    hash = "sha256-o91elUN8sFlzVfIQj29amsiUdSBjZc51tLCO+Qfar6c=";
   };
 
   typoraBase = stdenv.mkDerivation {