Skip to content

Commit

Permalink
element-web: 1.7.18 -> 1.7.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Feb 3, 2021
1 parent e1722a6 commit 5c54a87
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.18";
version = "1.7.19";

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

installPhase = ''
Expand Down

0 comments on commit 5c54a87

Please sign in to comment.