about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-16 13:17:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-16 13:17:24 -0700
commitd4bbc39cb4b1df3b2c5edadeee726dbd184b0715 (patch)
tree6e395bc3c8b0f2c526986207b34875e11e31394b /pkgs
parent249ba3d3ed76e34f61ab7bb2024b013f3feaafb9 (diff)
downloadnixlib-d4bbc39cb4b1df3b2c5edadeee726dbd184b0715.tar
nixlib-d4bbc39cb4b1df3b2c5edadeee726dbd184b0715.tar.gz
nixlib-d4bbc39cb4b1df3b2c5edadeee726dbd184b0715.tar.bz2
nixlib-d4bbc39cb4b1df3b2c5edadeee726dbd184b0715.tar.lz
nixlib-d4bbc39cb4b1df3b2c5edadeee726dbd184b0715.tar.xz
nixlib-d4bbc39cb4b1df3b2c5edadeee726dbd184b0715.tar.zst
nixlib-d4bbc39cb4b1df3b2c5edadeee726dbd184b0715.zip
riot-web: 0.15.7 -> 0.16.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/riot-web/versions.
Diffstat (limited to 'pkgs')
-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 37ce34f09df8..322ad020c9ad 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.15.7";
+  version = "0.16.0";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "09sa2qcmns4b9by3hzmyppc6fi3845vppkal2ylrf2vi9yczb2ch";
+    sha256 = "1nl0ih5flhp57k96hv6nl5pzrm3r9piqmwzirz9nz8k9803mqp5m";
   };
 
   installPhase = ''