about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-18 23:30:22 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-18 23:30:22 -0700
commiteb196922ced75b20db933e52ef8deb36003e92e1 (patch)
tree10d17af7462a60fcba7bf35340d440f9ba245a42 /pkgs/applications
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-eb196922ced75b20db933e52ef8deb36003e92e1.tar
nixlib-eb196922ced75b20db933e52ef8deb36003e92e1.tar.gz
nixlib-eb196922ced75b20db933e52ef8deb36003e92e1.tar.bz2
nixlib-eb196922ced75b20db933e52ef8deb36003e92e1.tar.lz
nixlib-eb196922ced75b20db933e52ef8deb36003e92e1.tar.xz
nixlib-eb196922ced75b20db933e52ef8deb36003e92e1.tar.zst
nixlib-eb196922ced75b20db933e52ef8deb36003e92e1.zip
riot-web: 0.15.4 -> 0.15.5
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

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.15.5 with grep in /nix/store/p5phic74phlnz8zyrfdvkq6qyacbjfdh-riot-web-0.15.5
- directory tree listing: https://gist.github.com/2dfaa31736d9687934c557f92066d007
- du listing: https://gist.github.com/f769d44c305628e76a52b8d63351b060
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 822080df10b9..9111fa59c293 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.4";
+  version = "0.15.5";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "1c0b9717xmzvzzxj006hqxafvcpvnnrsifxjnbxxla58jmnwr9v5";
+    sha256 = "04sij99njkiiwc1q23gwa8z6h4z0riw6yb9z3ds7v2qiyi4sshdz";
   };
 
   installPhase = ''