about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/riot
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2019-10-11 14:02:12 +0200
committerpacien <pacien.trangirard@pacien.net>2019-10-11 14:02:12 +0200
commitdf946258ddbda9f6df40b3f002c8139e5fb8e67a (patch)
tree9d9c7d63009b2e226f203d57f5d7b4eb7f58aa11 /pkgs/applications/networking/instant-messengers/riot
parent1739d34904601ce9be8a0dea50ffd3644b81f54b (diff)
downloadnixlib-df946258ddbda9f6df40b3f002c8139e5fb8e67a.tar
nixlib-df946258ddbda9f6df40b3f002c8139e5fb8e67a.tar.gz
nixlib-df946258ddbda9f6df40b3f002c8139e5fb8e67a.tar.bz2
nixlib-df946258ddbda9f6df40b3f002c8139e5fb8e67a.tar.lz
nixlib-df946258ddbda9f6df40b3f002c8139e5fb8e67a.tar.xz
nixlib-df946258ddbda9f6df40b3f002c8139e5fb8e67a.tar.zst
nixlib-df946258ddbda9f6df40b3f002c8139e5fb8e67a.zip
riot-web: 1.4.1 -> 1.4.2
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/riot')
-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 1b9b34ed4aaa..05c5059a51f3 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.4.1";
+  version = "1.4.2";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "16lgxyqxs6vpjcfdr4j7gnn7h8gyi6b5520b8nq8hxynh24iyhcq";
+    sha256 = "0bbal3y4clgp7j703f3ll5zwhbpjz6zpw3qslwza6lik4g4k0vaj";
   };
 
   installPhase = let