Skip to content

Commit

Permalink
element-web: 1.7.24 -> 1.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 12, 2021
1 parent a1db6dd commit c1ebd28
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.24";
version = "1.7.25";

src = fetchurl {
url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
sha256 = "sha256-u6mcO+MMjrr2YujVVcsaA7qsruirmHJz3o8nAPOecSU=";
sha256 = "sha256-T4lsGVSUHkw4R7tSeTKPifbhwaTf/YF2vVAakFSrt9k=";
};

installPhase = ''
Expand Down

0 comments on commit c1ebd28

Please sign in to comment.