wxsqlite3: 4.9.9 -> 4.9.10

This commit is contained in:
R. Ryantm 2024-03-27 16:07:32 +00:00
parent 2944f24f12
commit 11b290a5d8

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.9.9";
version = "4.9.10";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-YvQEAqiXwooCxUIZbIYhccbpVjYeFIp6d3dLeUP1RpE=";
hash = "sha256-L7GpDAqx7hF/PBLy6h10pAydpjaJU3JFgTZ2bJhZtG0=";
};
nativeBuildInputs = [ autoreconfHook ];