wxsqlite3: 4.9.4 -> 4.9.6

This commit is contained in:
R. Ryantm 2023-10-23 21:54:34 +00:00
parent 6c5458cf32
commit 5e1dad5e6c

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.9.4";
version = "4.9.6";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-aM79DI/Kj1QEIJ1HMttlfqK/WZER9RJhQbrnbPto57U=";
hash = "sha256-ah9EFj15cP9soVJATVJk4XGYItxcrt4HB6ZTfpsVhS8=";
};
nativeBuildInputs = [ autoreconfHook ];