summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-02-09 16:34:54 +0000
committerGitHub <noreply@github.com>2018-02-09 16:34:54 +0000
commit4cf568425080a75d12b4b21f84eae6f82a16732f (patch)
tree3524f685db9f1befaa880d58bb9b70d653e49ce3 /pkgs/applications
parent03ad93a879d31938cc2feb1a02dc6f8bbbd59f22 (diff)
parent56a21983f9289079be6ef22b7fb60d9707132fb3 (diff)
downloadnixlib-4cf568425080a75d12b4b21f84eae6f82a16732f.tar
nixlib-4cf568425080a75d12b4b21f84eae6f82a16732f.tar.gz
nixlib-4cf568425080a75d12b4b21f84eae6f82a16732f.tar.bz2
nixlib-4cf568425080a75d12b4b21f84eae6f82a16732f.tar.lz
nixlib-4cf568425080a75d12b4b21f84eae6f82a16732f.tar.xz
nixlib-4cf568425080a75d12b4b21f84eae6f82a16732f.tar.zst
nixlib-4cf568425080a75d12b4b21f84eae6f82a16732f.zip
Merge pull request #34673 from jensbin/typora_0.9.43
typora: 0.9.41 -> 0.9.44
Diffstat (limited to 'pkgs/applications')
-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";
       }
     ;