Skip to content

Commit

Permalink
element-web: 1.7.10 -> 1.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Oct 28, 2020
1 parent 99bf27c commit 135f6b6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -12,11 +12,11 @@ let

in stdenv.mkDerivation rec {
pname = "element-web";
version = "1.7.10";
version = "1.7.12";

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

installPhase = ''
Expand Down

0 comments on commit 135f6b6

Please sign in to comment.