From 3e2996c31e071ccedfebbe2c072aafac019a35b4 Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 10 Jul 2022 15:03:19 +0100 Subject: [PATCH] libstrophe: 0.12.0 -> 0.12.1 --- 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 cddc563ccf04..e0dfd4b3cc60 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.0"; + version = "0.12.1"; src = fetchFromGitHub { owner = "strophe"; repo = pname; rev = version; - sha256 = "sha256-YJ8A97ECc3VxdGfhUu0YYijAamnrHCO6kr7TAIan96o="; + sha256 = "sha256-hNUpHuLwnq66w/VbVAv3QqBFOXDOzd/xPtGGX+j9K2U="; }; nativeBuildInputs = [ autoreconfHook pkg-config ];