about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-06 21:51:32 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-06 21:51:32 -0700
commit5b3b3a1e83b32246c6093a878b9c299cfc4c3d36 (patch)
tree26a1f259fe25436eeedc188e38748fdea81dc9b6 /pkgs/applications/networking/instant-messengers/riot/riot-web.nix
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-5b3b3a1e83b32246c6093a878b9c299cfc4c3d36.tar
nixlib-5b3b3a1e83b32246c6093a878b9c299cfc4c3d36.tar.gz
nixlib-5b3b3a1e83b32246c6093a878b9c299cfc4c3d36.tar.bz2
nixlib-5b3b3a1e83b32246c6093a878b9c299cfc4c3d36.tar.lz
nixlib-5b3b3a1e83b32246c6093a878b9c299cfc4c3d36.tar.xz
nixlib-5b3b3a1e83b32246c6093a878b9c299cfc4c3d36.tar.zst
nixlib-5b3b3a1e83b32246c6093a878b9c299cfc4c3d36.zip
riot-web: 0.14.1 -> 0.14.2
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.2 with grep in /nix/store/zglwk185bfl8x2dmkqpl51801rk58gvi-riot-web-0.14.2
- directory tree listing: https://gist.github.com/eae072ce5bb48e5e8b59f7e04caf5b0d
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/riot/riot-web.nix')
-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 ce558130a6ce..4946c065492f 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 = ''