From 4d723006964dd96c48cc8909146a029ecfdc21d8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 31 Jul 2022 06:28:26 +0000 Subject: wxsqlite3: 4.7.6 -> 4.8.2 --- pkgs/development/libraries/wxsqlite3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/libraries/wxsqlite3/default.nix b/pkgs/development/libraries/wxsqlite3/default.nix index ed709514418..81a0662b437 100644 --- a/pkgs/development/libraries/wxsqlite3/default.nix +++ b/pkgs/development/libraries/wxsqlite3/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "wxsqlite3"; - version = "4.7.6"; + version = "4.8.2"; src = fetchFromGitHub { owner = "utelle"; repo = "wxsqlite3"; rev = "v${version}"; - hash = "sha256-QoICP66eluD5phYVi1iK8tg1FL04EQjY29/4n6SIz3s="; + hash = "sha256-YoeCUyWVxpXY1QCTNONpv2QjV3rLZY84P6D3pXiWXo0="; }; nativeBuildInputs = [ autoreconfHook ]; -- cgit 1.4.1