summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-12 00:58:26 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-12 00:58:26 -0700
commitba337a2d5cf7f2f787d218de84cca8257e911a49 (patch)
treec08ef547ecd0bc71396ba212948f0d7f8a947870 /pkgs/applications
parentd2ce3a9bda57111a8f96f60a2ffaa5ed848cc1a8 (diff)
downloadnixlib-ba337a2d5cf7f2f787d218de84cca8257e911a49.tar
nixlib-ba337a2d5cf7f2f787d218de84cca8257e911a49.tar.gz
nixlib-ba337a2d5cf7f2f787d218de84cca8257e911a49.tar.bz2
nixlib-ba337a2d5cf7f2f787d218de84cca8257e911a49.tar.lz
nixlib-ba337a2d5cf7f2f787d218de84cca8257e911a49.tar.xz
nixlib-ba337a2d5cf7f2f787d218de84cca8257e911a49.tar.zst
nixlib-ba337a2d5cf7f2f787d218de84cca8257e911a49.zip
riot-web: 0.13.5 -> 0.14.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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.14.0 with grep in /nix/store/rrr1riavdg8sysb7ksvfqwr9az3jvlbm-riot-web-0.14.0
- directory tree listing: https://gist.github.com/586766758d4a74da4f7c241391412e10
Diffstat (limited to 'pkgs/applications')
-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 b47280d3b156..0d3342e66687 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.13.5";
+  version = "0.14.0";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "1ap62ksi3dg7qijxxysjpnlmngzgh2jdldvb8s1jx14avanccch6";
+    sha256 = "0san8d3dghjkqqv0ypampgl7837mxk9w64ci6fzy1k5d5dmdgvsi";
   };
 
   installPhase = ''