3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #133925 from r-ryantm/auto-update/wxsqlite3

wxsqlite3: 4.6.4 -> 4.7.3
This commit is contained in:
Ryan Burns 2021-10-11 00:09:55 -07:00 committed by GitHub
commit 3f405ae7b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.6.4";
version = "4.7.3";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
sha256 = "sha256-fIm8xbNP7pjzvfBn7NgYmUtbVVh2aiaXQVANJQnrWCs=";
sha256 = "sha256-t8y4oq4p7ZMDELAkRVmoNguYRNG8spcW7MHnpdINN8g=";
};
nativeBuildInputs = [ autoreconfHook ];