Skip to content

Commit

Permalink
riot-web: 1.5.12 -> 1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Mar 17, 2020
1 parent bb9822b commit 09f55f8
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 = "riot-web";
version = "1.5.12";
version = "1.5.13";

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

installPhase = ''
Expand Down

0 comments on commit 09f55f8

Please sign in to comment.