From c2d3283f2c931500d957078cd192d31d6be5d058 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 2 Mar 2026 19:48:58 -0500 Subject: [PATCH] kdePackages.libquotient: 0.9.5 -> 0.9.6.1 --- pkgs/development/libraries/libquotient/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/development/libraries/libquotient/default.nix b/pkgs/development/libraries/libquotient/default.nix index 73e254eb8b07..bc65f028b749 100644 --- a/pkgs/development/libraries/libquotient/default.nix +++ b/pkgs/development/libraries/libquotient/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { pname = "libquotient"; - version = "0.9.5"; + version = "0.9.6.1"; outputs = [ "out" @@ -24,18 +24,9 @@ stdenv.mkDerivation rec { owner = "quotient-im"; repo = "libQuotient"; rev = version; - hash = "sha256-wdIE5LI4l3WUvpGfoJBL8sjBl2k8NfZTh9CjfJc9FIA="; + hash = "sha256-ea7vOxmc4S7KizbwYp21NryW3BGh+Jn0HOR4qsA1roE="; }; - patches = [ - # Qt 6.10 compat - # FIXME: remove in next update - (fetchpatch { - url = "https://github.com/quotient-im/libQuotient/commit/ea83157eed37ff97ab275a5d14c971f0a5a70595.diff"; - hash = "sha256-JMdcywGgZ0Gev/Nce4oPiMJQxTBJYPoq+WoT3WLWWNQ="; - }) - ]; - nativeBuildInputs = [ cmake ]; propagatedBuildInputs = [