about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-06 11:12:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-06 20:12:27 +0200
commit857f0753d6ef6daa35063b4b1fe50556368dee71 (patch)
treeef621e423f11cae9b940e2d7baf39ef1b45c3b50 /pkgs/applications
parent3035cd220e29194ddcf349768e9e1efda6b974b2 (diff)
downloadnixlib-857f0753d6ef6daa35063b4b1fe50556368dee71.tar
nixlib-857f0753d6ef6daa35063b4b1fe50556368dee71.tar.gz
nixlib-857f0753d6ef6daa35063b4b1fe50556368dee71.tar.bz2
nixlib-857f0753d6ef6daa35063b4b1fe50556368dee71.tar.lz
nixlib-857f0753d6ef6daa35063b4b1fe50556368dee71.tar.xz
nixlib-857f0753d6ef6daa35063b4b1fe50556368dee71.tar.zst
nixlib-857f0753d6ef6daa35063b4b1fe50556368dee71.zip
riot-web: 0.15.5 -> 0.15.6 (#42958)
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.6 with grep in /nix/store/0gr8hg3lgymk3idlxb9i4q0p6yyq3azz-riot-web-0.15.6
- directory tree listing: https://gist.github.com/5d5d991112bb6e9960e1319112c7c6e9
- du listing: https://gist.github.com/e2ade24d81e7c7b978e65607f2d7b669
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 9111fa59c293..279f347ccbbb 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.5";
+  version = "0.15.6";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "04sij99njkiiwc1q23gwa8z6h4z0riw6yb9z3ds7v2qiyi4sshdz";
+    sha256 = "032svv30dhj9gl0v37djn9bnwh7f9bfg2czhmcszdygsd0879x08";
   };
 
   installPhase = ''