wxsqlite3: 4.9.11 -> 4.9.12

This commit is contained in:
R. Ryantm 2024-10-23 03:02:56 +00:00
parent ee8bdf4f09
commit 407385358b

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.9.11";
version = "4.9.12";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-aX1YU35ATL+f18tGIba6cgNYZvYm3TshHsN7RFD+vI4=";
hash = "sha256-WiOAF1yg18W4Vyyy+rzRe87GQTemvn32bexit4M/HjE=";
};
nativeBuildInputs = [ autoreconfHook ];