summary refs log tree commit diff
diff options
context:
space:
mode:
authorJens Binkert <jensbin@protonmail.com>2018-02-09 17:16:32 +0100
committerJens Binkert <jensbin@protonmail.com>2018-02-09 17:16:32 +0100
commit56a21983f9289079be6ef22b7fb60d9707132fb3 (patch)
treefdf2a956f306412fc0577c6a274abaa096f2ee20
parentd4df7aadf9a992b153928534499af1408da9730a (diff)
downloadnixlib-56a21983f9289079be6ef22b7fb60d9707132fb3.tar
nixlib-56a21983f9289079be6ef22b7fb60d9707132fb3.tar.gz
nixlib-56a21983f9289079be6ef22b7fb60d9707132fb3.tar.bz2
nixlib-56a21983f9289079be6ef22b7fb60d9707132fb3.tar.lz
nixlib-56a21983f9289079be6ef22b7fb60d9707132fb3.tar.xz
nixlib-56a21983f9289079be6ef22b7fb60d9707132fb3.tar.zst
nixlib-56a21983f9289079be6ef22b7fb60d9707132fb3.zip
typora: 0.9.41 -> 0.9.44
-rw-r--r--pkgs/applications/editors/typora/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/typora/default.nix b/pkgs/applications/editors/typora/default.nix
index 22e7c3d31b36..7c6d186b8830 100644
--- a/pkgs/applications/editors/typora/default.nix
+++ b/pkgs/applications/editors/typora/default.nix
@@ -3,18 +3,18 @@
 
 stdenv.mkDerivation rec {
   name = "typora-${version}";
-  version = "0.9.41";
+  version = "0.9.44";
 
   src =
     if stdenv.system == "x86_64-linux" then
       fetchurl {
         url = "https://www.typora.io/linux/typora_${version}_amd64.deb";
-        sha256 = "e4916f86c7c12aec8fd59b3ef79c2a4d3f77b02a0a9e962916c688871c9fda1d";
+        sha256 = "9442c090bf2619d270890228abd7dabb9e217c0b200615f8ed3cb255efd122d5";
       }
     else
       fetchurl {
         url = "https://www.typora.io/linux/typora_${version}_i386.deb";
-        sha256 = "18960fb4b2cd6cf9cb77025a4035a3258f1599b1d225fb673b49c1588fa272d6";
+        sha256 = "ae228ca946d03940b85df30c995c4de3f942a780e32d4dcab872dec671c66ef3";
       }
     ;