typora: 0.9.89 -> 0.9.93

This commit is contained in:
R. RyanTM 2020-08-31 04:05:04 +00:00 committed by Daniël de Kok
parent d6d64dee97
commit 04f9516845

View File

@ -2,7 +2,7 @@
, lib , lib
, fetchurl , fetchurl
, makeWrapper , makeWrapper
, electron_8 , electron_9
, dpkg , dpkg
, gtk3 , gtk3
, glib , glib
@ -13,15 +13,15 @@
}: }:
let let
electron = electron_8; electron = electron_9;
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "typora"; pname = "typora";
version = "0.9.89"; version = "0.9.95";
src = fetchurl { src = fetchurl {
url = "https://www.typora.io/linux/typora_${version}_amd64.deb"; url = "https://www.typora.io/linux/typora_${version}_amd64.deb";
sha256 = "0gk8j13z1ymad34zzcy4vqwyjgd5khgyw5xjj9rbzm5v537kqmx6"; sha256 = "0kgzk7z707vlbjrvykrnw2h6wscmc3h5hxycyz1z1j2cz26fns4p";
}; };
nativeBuildInputs = [ nativeBuildInputs = [