summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-06-28 00:43:56 +0200
committerGitHub <noreply@github.com>2020-06-28 00:43:56 +0200
commit7f742e405a7978eb096ee135162a858e3a0f8e34 (patch)
tree35bddc3d8e7b47fc19688b081415fb4623ae2f55 /pkgs/applications/networking/instant-messengers
parent4ddf28ebfbe23df441f719711e039821cbd2a2ee (diff)
parent02a712166b1d723725de43725d2a9a8e89b00a0f (diff)
downloadnixpkgs-7f742e405a7978eb096ee135162a858e3a0f8e34.tar
nixpkgs-7f742e405a7978eb096ee135162a858e3a0f8e34.tar.gz
nixpkgs-7f742e405a7978eb096ee135162a858e3a0f8e34.tar.bz2
nixpkgs-7f742e405a7978eb096ee135162a858e3a0f8e34.tar.lz
nixpkgs-7f742e405a7978eb096ee135162a858e3a0f8e34.tar.xz
nixpkgs-7f742e405a7978eb096ee135162a858e3a0f8e34.tar.zst
nixpkgs-7f742e405a7978eb096ee135162a858e3a0f8e34.zip
Merge pull request #91490 from pstn/nheko-0.7.2
Nheko 0.7.2
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/nheko/default.nix18
1 files changed, 2 insertions, 16 deletions
diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix
index f3b304564cb..2f5316c9fe2 100644
--- a/pkgs/applications/networking/instant-messengers/nheko/default.nix
+++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix
@@ -24,13 +24,13 @@
 
 mkDerivation rec {
   pname = "nheko";
-  version = "0.7.1";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "Nheko-Reborn";
     repo = "nheko";
     rev = "v${version}";
-    sha256 = "12sxibbrn79sxkf9jrm7jrlj7l5vz15claxrrll7pkv9mv44wady";
+    sha256 = "1cbhgaf9klgxdirrxj571fqwspm0byl75c1xc40l727a6qswvp7s";
   };
 
   nativeBuildInputs = [
@@ -38,20 +38,6 @@ mkDerivation rec {
     cmake
     pkgconfig
   ];
-  cmakeFlags = [
-    # Can be removed once either https://github.com/NixOS/nixpkgs/pull/85254 or
-    # https://github.com/NixOS/nixpkgs/pull/73940 are merged
-    "-DBoost_NO_BOOST_CMAKE=TRUE"
-  ];
-  # commit missing from latest release and recommended by upstream:
-  # https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619263903
-  patches = [
-    (fetchpatch {
-      name = "room-ids-escape-patch";
-      url = "https://github.com/Nheko-Reborn/nheko/commit/d94ac86816f9f325cba11f71344a3ca99591130d.patch";
-      sha256 = "1p0kj4a60l3jf0rfakc88adld7ccg3vfjhzia5rf2i03h35cxw8c";
-    })
-  ];
 
   buildInputs = [
     nlohmann_json