summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-05-07 14:22:00 +0100
committerGitHub <noreply@github.com>2018-05-07 14:22:00 +0100
commitf7e4c5ebb4a9209eebcaf420b8a12d18a1bbe5df (patch)
treef34404a9c8d1c827efb3028f82ef4996d3fb0b3a /pkgs/applications/networking
parentded6bf5e7c33e15bf7c4b7428543037794dfa189 (diff)
parent5b3b3a1e83b32246c6093a878b9c299cfc4c3d36 (diff)
downloadnixpkgs-f7e4c5ebb4a9209eebcaf420b8a12d18a1bbe5df.tar
nixpkgs-f7e4c5ebb4a9209eebcaf420b8a12d18a1bbe5df.tar.gz
nixpkgs-f7e4c5ebb4a9209eebcaf420b8a12d18a1bbe5df.tar.bz2
nixpkgs-f7e4c5ebb4a9209eebcaf420b8a12d18a1bbe5df.tar.lz
nixpkgs-f7e4c5ebb4a9209eebcaf420b8a12d18a1bbe5df.tar.xz
nixpkgs-f7e4c5ebb4a9209eebcaf420b8a12d18a1bbe5df.tar.zst
nixpkgs-f7e4c5ebb4a9209eebcaf420b8a12d18a1bbe5df.zip
Merge pull request #40068 from r-ryantm/auto-update/riot-web
riot-web: 0.14.1 -> 0.14.2
Diffstat (limited to 'pkgs/applications/networking')
-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 ce558130a6c..4946c065492 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -3,11 +3,11 @@
 let configFile = writeText "riot-config.json" conf; in
 stdenv.mkDerivation rec {
   name= "riot-web-${version}";
-  version = "0.14.1";
+  version = "0.14.2";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "08paca7wc135hspkv97bgh2a29hbg8vxv0mrp68mgwscpyrl6vnf";
+    sha256 = "1qma49a6lvr9anrry3vbhjhvy06bgapknnvbdljnbb3l9c99nmxi";
   };
 
   installPhase = ''