nheko: 0.7.1 -> 0.7.2

Signed-off-by: Philipp <philipp+dev@xndr.de>
This commit is contained in:
Philipp 2020-06-25 15:01:54 +02:00
parent a38f442552
commit 02a712166b
No known key found for this signature in database
GPG Key ID: 2258EE3B85DE1748

View File

@ -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