From 67fd84ef6244c211aaeaa5074900e8d985d5edfe Mon Sep 17 00:00:00 2001 From: toastal Date: Sat, 5 Aug 2023 13:16:01 +0700 Subject: [PATCH] =?UTF-8?q?libstrophe:=200.12.2=20=E2=86=92=200.12.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release on Microsoft™ GitHub™: https://github.com/strophe/libstrophe/releases/tag/0.12.3 --- pkgs/development/libraries/libstrophe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix index 49779f82500..880d468cae0 100644 --- a/pkgs/development/libraries/libstrophe/default.nix +++ b/pkgs/development/libraries/libstrophe/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "libstrophe"; - version = "0.12.2"; + version = "0.12.3"; src = fetchFromGitHub { owner = "strophe"; repo = pname; rev = version; - sha256 = "sha256-jT4VIqqUldCj3Rsb5MC74WXYQyTqOZxzFADf47TBV8c="; + sha256 = "EDgdKJ7wqUoThy0t1r39p2lbn64uvTDoIqNCzhpWnZ8="; }; nativeBuildInputs = [ autoreconfHook pkg-config ];