summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/typora
diff options
context:
space:
mode:
authorAbnerLee <ilchenearly@gmail.com>2017-08-11 00:47:08 +0800
committerGitHub <noreply@github.com>2017-08-11 00:47:08 +0800
commit8d70d4066fb45267b6846aaa7961c470b9741a8e (patch)
treeabc29c33c34bb8938d09316790dcc9a89333c0ab /pkgs/applications/editors/typora
parent13704f578e14a68d246ab84a0599680d1232db79 (diff)
correct the sha265 of typora after package update
The deb is updated just now without increase the version number..
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 f9756ad1ab77..0733bd796656 100644
--- a/pkgs/applications/editors/typora/default.nix
+++ b/pkgs/applications/editors/typora/default.nix
@@ -9,12 +9,12 @@ stdenv.mkDerivation rec {
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "https://www.typora.io/linux/typora_${version}_amd64.deb";
- sha256 = "8a68c4fb01316bda7c8291da22f539c70d09ca7af89190ad8705296b21f10758";
+ sha256 = "786b5164d9c63ecc23eb427c5ff393285ce8fd540c5bfdd5c1464655fac87a42";
}
else
fetchurl {
url = "https://www.typora.io/linux/typora_${version}_i386.deb";
- sha256 = "16a1d1c9503f6fc2c62d0bad4ef4db68e0e70cbd430f05f923b83f869e3b3486";
+ sha256 = "a8fe53f8984d9f8c4e06c14affbb616be58a91cd2b475b9681fb18a6e21930d1";
}
;