Skip to content

Commit

Permalink
riot-web: 1.5.10 -> 1.5.12
Browse files Browse the repository at this point in the history
(cherry picked from commit 1884821)
  • Loading branch information
pacien authored and Ma27 committed Mar 6, 2020
1 parent df5c76b commit 44d322f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -12,11 +12,11 @@ let

in stdenv.mkDerivation rec {
pname = "riot-web";
version = "1.5.10";
version = "1.5.12";

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

installPhase = ''
Expand Down

0 comments on commit 44d322f

Please sign in to comment.