summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-05-04 01:19:07 +0200
committerGitHub <noreply@github.com>2018-05-04 01:19:07 +0200
commitcc8c33e15979976b4f44acb7a7ee54dbde962a32 (patch)
tree4a88499a3e89f963886c6c8048cfaeb8c727e27a /pkgs/applications/networking
parent4f1f7c4655ffe484858600a75d574db2c76e7321 (diff)
parentc770e6162276fde2e4120ce632eb0a553b21304c (diff)
downloadnixpkgs-cc8c33e15979976b4f44acb7a7ee54dbde962a32.tar
nixpkgs-cc8c33e15979976b4f44acb7a7ee54dbde962a32.tar.gz
nixpkgs-cc8c33e15979976b4f44acb7a7ee54dbde962a32.tar.bz2
nixpkgs-cc8c33e15979976b4f44acb7a7ee54dbde962a32.tar.lz
nixpkgs-cc8c33e15979976b4f44acb7a7ee54dbde962a32.tar.xz
nixpkgs-cc8c33e15979976b4f44acb7a7ee54dbde962a32.tar.zst
nixpkgs-cc8c33e15979976b4f44acb7a7ee54dbde962a32.zip
Merge pull request #39952 from Ekleog/nheko-0.4.0
nheko: 0.3.1 -> 0.4.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/instant-messengers/nheko/default.nix8
-rw-r--r--pkgs/applications/networking/instant-messengers/nheko/external-deps.patch2
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix
index 8405769582f..688ac6d10d6 100644
--- a/pkgs/applications/networking/instant-messengers/nheko/default.nix
+++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix
@@ -17,8 +17,8 @@ let
     src = fetchFromGitHub {
       owner = "mujx";
       repo = "matrix-structs";
-      rev = "91bb2b85a75d664007ef81aeb500d35268425922";
-      sha256 = "1v544pv18sd91gdrhbk0nm54fggprsvwwrkjmxa59jrvhwdk7rsx";
+      rev = "690080daa3bc1984297c4d7103cde9ea07e2e0b7";
+      sha256 = "0l6mncpdbjmrzp5a3q1jv0sxf7bwl5ljslrcjca1j2bjjbqb61bz";
     };
 
     postUnpack = ''
@@ -47,13 +47,13 @@ let
 in
 stdenv.mkDerivation rec {
   name = "nheko-${version}";
-  version = "0.3.1";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     owner = "mujx";
     repo = "nheko";
     rev = "v${version}";
-    sha256 = "1dqd698p6wicz0x1lb6mzlwcp68sjkivanb9lwz3yy1mlmy8i3jn";
+    sha256 = "1yg6bk193mqj99x3sy0f20x3ggpl0ahrp36w6hhx7pyw5qm17342";
   };
 
   # This patch is likely not strictly speaking needed, but will help detect when
diff --git a/pkgs/applications/networking/instant-messengers/nheko/external-deps.patch b/pkgs/applications/networking/instant-messengers/nheko/external-deps.patch
index 661ae756a4d..a3425a78045 100644
--- a/pkgs/applications/networking/instant-messengers/nheko/external-deps.patch
+++ b/pkgs/applications/networking/instant-messengers/nheko/external-deps.patch
@@ -54,7 +54,7 @@ index cef00f6..e69de29 100644
 -  MatrixStructs
 -
 -  GIT_REPOSITORY https://github.com/mujx/matrix-structs
--  GIT_TAG 91bb2b85a75d664007ef81aeb500d35268425922
+-  GIT_TAG 690080daa3bc1984297c4d7103cde9ea07e2e0b7
 -
 -  BUILD_IN_SOURCE 1
 -  SOURCE_DIR ${MATRIX_STRUCTS_ROOT}