Merge pull request #96727 from r-ryantm/auto-update/typora

typora: 0.9.89 -> 0.9.95
This commit is contained in:
Daniël de Kok 2020-08-31 07:50:05 +02:00 committed by GitHub
commit 353fd706fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [