Skip to content

Commit

Permalink
riot-web: 1.3.5 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacien committed Sep 27, 2019
1 parent dd2701e commit 07891af
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.3.5";
version = "1.4.0";

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

installPhase = let
Expand Down

0 comments on commit 07891af

Please sign in to comment.