about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJens Binkert <jensbin+git@pm.me>2018-04-23 22:02:24 +0200
committerJens Binkert <jensbin+git@pm.me>2018-04-23 22:02:24 +0200
commite304b6b216ef77c7c19fae799e282c94a4b32506 (patch)
treeceacc085330ed08d15bc82a11c31b0260fc22123
parent7ab91da92994594bf911e6fbfecdc17b93728d6b (diff)
downloadnixlib-e304b6b216ef77c7c19fae799e282c94a4b32506.tar
nixlib-e304b6b216ef77c7c19fae799e282c94a4b32506.tar.gz
nixlib-e304b6b216ef77c7c19fae799e282c94a4b32506.tar.bz2
nixlib-e304b6b216ef77c7c19fae799e282c94a4b32506.tar.lz
nixlib-e304b6b216ef77c7c19fae799e282c94a4b32506.tar.xz
nixlib-e304b6b216ef77c7c19fae799e282c94a4b32506.tar.zst
nixlib-e304b6b216ef77c7c19fae799e282c94a4b32506.zip
typora: 0.9.44 -> 0.9.47
-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 7c6d186b8830..d687712fc08a 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.44";
+  version = "0.9.47";
 
   src =
     if stdenv.system == "x86_64-linux" then
       fetchurl {
         url = "https://www.typora.io/linux/typora_${version}_amd64.deb";
-        sha256 = "9442c090bf2619d270890228abd7dabb9e217c0b200615f8ed3cb255efd122d5";
+        sha256 = "431741948f5a2faba04984c495bea56b4a800c6dbb7e21e24ad3124fb8ffcbc9";
       }
     else
       fetchurl {
         url = "https://www.typora.io/linux/typora_${version}_i386.deb";
-        sha256 = "ae228ca946d03940b85df30c995c4de3f942a780e32d4dcab872dec671c66ef3";
+        sha256 = "a95c8c1e296d8587a4dc6182af3b24253c3c2abc991badb7c758cd6d1bf5b1b6";
       }
     ;