about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2020-02-17 15:26:19 +0100
committerpacien <pacien.trangirard@pacien.net>2020-02-17 15:26:19 +0100
commit85e09daf435677c3d5fe96f36223bb3549cd20d9 (patch)
tree73b204b00785d4dc9d7eb423ac3a69e19c84c2dd /pkgs/applications/networking/instant-messengers
parent3285f0f2ff36aea7d5e87520a3e9ef66c44f87b8 (diff)
downloadnixlib-85e09daf435677c3d5fe96f36223bb3549cd20d9.tar
nixlib-85e09daf435677c3d5fe96f36223bb3549cd20d9.tar.gz
nixlib-85e09daf435677c3d5fe96f36223bb3549cd20d9.tar.bz2
nixlib-85e09daf435677c3d5fe96f36223bb3549cd20d9.tar.lz
nixlib-85e09daf435677c3d5fe96f36223bb3549cd20d9.tar.xz
nixlib-85e09daf435677c3d5fe96f36223bb3549cd20d9.tar.zst
nixlib-85e09daf435677c3d5fe96f36223bb3549cd20d9.zip
riot-web: 1.5.8 -> 1.5.9
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/riot/riot-web.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
index 2156214db6b0..48e1beed2e7e 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   pname = "riot-web";
-  version = "1.5.8";
+  version = "1.5.9";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "112zjlmxy2s8qcd227laf1lfvbbwwcipn51xb779hy2dci48kpkx";
+    sha256 = "1qibbgjzhiwn1lnfm3pbfn6jahphgyf6625mp4v0ah2is75x16ys";
   };
 
   installPhase = let