about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-08-10 14:48:16 -0400
committerGitHub <noreply@github.com>2017-08-10 14:48:16 -0400
commit3971bd892d9a6ac5e88b05f1ee8906b11e50a9e2 (patch)
tree17cdcf26de89363df9a86559b876b7fa33bb0bde /pkgs
parent1d6ec295d1d2db290431689b095e7c5a0cb1b668 (diff)
parent8d70d4066fb45267b6846aaa7961c470b9741a8e (diff)
downloadnixlib-3971bd892d9a6ac5e88b05f1ee8906b11e50a9e2.tar
nixlib-3971bd892d9a6ac5e88b05f1ee8906b11e50a9e2.tar.gz
nixlib-3971bd892d9a6ac5e88b05f1ee8906b11e50a9e2.tar.bz2
nixlib-3971bd892d9a6ac5e88b05f1ee8906b11e50a9e2.tar.lz
nixlib-3971bd892d9a6ac5e88b05f1ee8906b11e50a9e2.tar.xz
nixlib-3971bd892d9a6ac5e88b05f1ee8906b11e50a9e2.tar.zst
nixlib-3971bd892d9a6ac5e88b05f1ee8906b11e50a9e2.zip
Merge pull request #28110 from abnerlee/patch-2
correct the sha265 of typora after package update
Diffstat (limited to 'pkgs')
-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";
       }
     ;