Skip to content

Commit

Permalink
riot-web: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacien committed Oct 1, 2019
1 parent f349aa3 commit bdd8693
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "riot-web";
version = "1.4.0";
version = "1.4.1";

src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "1si11hxkfn6sqaq1hddm5vkfrd0pghzwqld1wv4vxlb5jyn32qqk";
sha256 = "16lgxyqxs6vpjcfdr4j7gnn7h8gyi6b5520b8nq8hxynh24iyhcq";
};

installPhase = let
Expand Down

0 comments on commit bdd8693

Please sign in to comment.