Commit 70f558e6 authored by Nico Pulido-Mateo's avatar Nico Pulido-Mateo
Browse files

typora: 1.8.6 -> 1.8.9

parent c002c6aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@

let
  pname = "typora";
  version = "1.8.6";
  version = "1.8.9";
  src = fetchurl {
    url = "https://download.typora.io/linux/typora_${version}_amd64.deb";
    hash = "sha256-5hA9wEP3Hf3RxYC6KKe6JCiMEYKIHk9YhcA9tnSvirc=";
    hash = "sha256-1FAVY9NSvpZOCZJmNadx5ZlqfaCc2N3D+T/08F4TOzY=";
  };

  typoraBase = stdenv.mkDerivation {