typora: 0.9.95 -> 0.9.98

This commit is contained in:
R. RyanTM 2021-03-10 00:50:29 +00:00 committed by tomberek
parent d4697cc2d1
commit 8772d9ff51

View file

@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
pname = "typora";
version = "0.9.95";
version = "0.9.98";
src = fetchurl {
url = "https://www.typora.io/linux/typora_${version}_amd64.deb";
sha256 = "0kgzk7z707vlbjrvykrnw2h6wscmc3h5hxycyz1z1j2cz26fns4p";
sha256 = "sha256-JiqjxT8ZGttrcJrcQmBoGPnRuuYWZ9u2083RxZoLMus=";
};
nativeBuildInputs = [