summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 10:12:01 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 10:12:01 -0700
commitdc2f012215f15dc05e447ce6611039fcaede3910 (patch)
treee7852b47c49ffdd1b2b7c602307e7a74c84dd2ed /pkgs/applications/networking/instant-messengers
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixlib-dc2f012215f15dc05e447ce6611039fcaede3910.tar
nixlib-dc2f012215f15dc05e447ce6611039fcaede3910.tar.gz
nixlib-dc2f012215f15dc05e447ce6611039fcaede3910.tar.bz2
nixlib-dc2f012215f15dc05e447ce6611039fcaede3910.tar.lz
nixlib-dc2f012215f15dc05e447ce6611039fcaede3910.tar.xz
nixlib-dc2f012215f15dc05e447ce6611039fcaede3910.tar.zst
nixlib-dc2f012215f15dc05e447ce6611039fcaede3910.zip
riot-web: 0.14.0 -> 0.14.1
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.1 with grep in /nix/store/77d4rg2yy4gj8m1mvrw6zqhdi7jv7cg8-riot-web-0.14.1
- directory tree listing: https://gist.github.com/4606f4af0dcfc7ef1ece43dfe4b38abe
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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 0d3342e66687..ce558130a6ce 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.0";
+  version = "0.14.1";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "0san8d3dghjkqqv0ypampgl7837mxk9w64ci6fzy1k5d5dmdgvsi";
+    sha256 = "08paca7wc135hspkv97bgh2a29hbg8vxv0mrp68mgwscpyrl6vnf";
   };
 
   installPhase = ''