Skip to content

Commit

Permalink
element-web: 1.7.17 -> 1.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jan 26, 2021
1 parent 688556a commit d4e9469
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ let

in stdenv.mkDerivation rec {
pname = "element-web";
version = "1.7.17";
version = "1.7.18";

src = fetchurl {
url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
sha256 = "sha256-9DyA3h0sQCzOFZ9gEReJrMQOnygFvEB7PeIpkG/F5H4=";
sha256 = "sha256-fgbdlVTPPZriOoDsBbpmDWEEzHEunaDIl/sT4/6A9LM=";
};

installPhase = ''
Expand Down

0 comments on commit d4e9469

Please sign in to comment.