From e7825749df83c361fe60ee9e97983fe7512d1edd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 13 Mar 2025 19:33:35 +0000 Subject: [PATCH] libstrophe: 0.13.1 -> 0.14.0 --- pkgs/by-name/li/libstrophe/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/li/libstrophe/package.nix b/pkgs/by-name/li/libstrophe/package.nix index 67826119362e..25b10bf1a78e 100644 --- a/pkgs/by-name/li/libstrophe/package.nix +++ b/pkgs/by-name/li/libstrophe/package.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "libstrophe"; - version = "0.13.1"; + version = "0.14.0"; src = fetchFromGitHub { owner = "strophe"; repo = "libstrophe"; rev = version; - hash = "sha256-JMuvWspgXs+1dVWoo6kJVaf6cVvYj8lhyyu4ZILKeOg="; + hash = "sha256-53O8hHyw9y0Bzs+BpGouAxuSGJxh6NSNNWZqi7RHAsY="; }; nativeBuildInputs = [