From f8a0c712cc244d0273f7d2d4d8e8221a0cfc37cf Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 1 Oct 2023 15:38:05 +0000 Subject: [PATCH] =?UTF-8?q?libsigcxx30:=203.4.0=20=E2=86=92=203.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/libsigcplusplus/libsigcplusplus/compare/3.4.0...3.6.0 https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/3.6.0 meson changes look okay. Changelog-reviewed-by: Bobby Rong --- pkgs/development/libraries/libsigcxx/3.0.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libsigcxx/3.0.nix b/pkgs/development/libraries/libsigcxx/3.0.nix index ab36b271b3ae..9ed8a3fd4c3f 100644 --- a/pkgs/development/libraries/libsigcxx/3.0.nix +++ b/pkgs/development/libraries/libsigcxx/3.0.nix @@ -9,11 +9,11 @@ stdenv.mkDerivation rec { pname = "libsigc++"; - version = "3.4.0"; + version = "3.6.0"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "AuJjD/tc6TzVLDhCNSHf5wYzKIY6bpbUHXZaYRa4cH4="; + sha256 = "w9I7N9/W458uCfCRt3sVQfv6F8Twtr9cibrvcikIDhc="; }; nativeBuildInputs = [