summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/typora
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-06-25 20:22:20 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-06-25 20:22:20 -0400
commit653e63ac4eee9abd3b00ccaec2807cdbbfe18dac (patch)
treeb7157d9707ac8094fa9a0fbcb35b5dbc99520e5c /pkgs/applications/editors/typora
parent6a2df77563de3869bd0b6b8efdbea33ff8750340 (diff)
typora: 0.9.48 -> 0.9.53
Diffstat (limited to 'pkgs/applications/editors/typora')
-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 d07b1ba0ae51..082bc2a2536c 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.48";
+ version = "0.9.53";
src =
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "https://www.typora.io/linux/typora_${version}_amd64.deb";
- sha256 = "36a7c5f855306bcbe3364d12aca94c2f6d013a013e59b46f89df81496ec11800";
+ sha256 = "02k6x30l4mbjragqbq5rn663xbw3h4bxzgppfxqf5lwydswldklb";
}
else
fetchurl {
url = "https://www.typora.io/linux/typora_${version}_i386.deb";
- sha256 = "7197c526918a791b15b701846f9f2f1747a5b8ceac77c4cba691ee6d74d07d1d";
+ sha256 = "1wyq1ri0wwdy7slbd9dwyrdynsaa644x44c815jl787sg4nhas6y";
}
;