summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-02 07:20:33 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-05-02 21:56:47 +0200
commit58d1128052a40ea51d58ff1302b4952474c59e03 (patch)
tree6bc3a3ccef946b3cdf277cd9ae73a524f7e1c0df /pkgs
parent6f69939c9aed602fafb82986ed20263231b56c51 (diff)
downloadnixpkgs-58d1128052a40ea51d58ff1302b4952474c59e03.tar
nixpkgs-58d1128052a40ea51d58ff1302b4952474c59e03.tar.gz
nixpkgs-58d1128052a40ea51d58ff1302b4952474c59e03.tar.bz2
nixpkgs-58d1128052a40ea51d58ff1302b4952474c59e03.tar.lz
nixpkgs-58d1128052a40ea51d58ff1302b4952474c59e03.tar.xz
nixpkgs-58d1128052a40ea51d58ff1302b4952474c59e03.tar.zst
nixpkgs-58d1128052a40ea51d58ff1302b4952474c59e03.zip
riot-web: 1.0.7 -> 1.0.8
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
Diffstat (limited to 'pkgs')
-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 9f8818efd98..9c15f8a750a 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 = "1.0.7";
+  version = "1.0.8";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "1zg9hwvbanmv2yymjcxjzk2bwvv8707i30vrs0gr213iz6i4abg5";
+    sha256 = "010m8b4lfnfi70d4v205wk3i4xhnsz7zkrdqrvw3si14xqy6192r";
   };
 
   installPhase = ''