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

wxsqlite3: 4.5.1 -> 4.6.0
This commit is contained in:
Daniël de Kok 2020-08-25 07:55:10 +02:00 committed by GitHub
commit e167f59cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.5.1";
version = "4.6.0";
src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
sha256 = "0090f7r3blks18vifkna4l890fwaya58ajh9qblbw9065zj5hrm3";
sha256 = "0snsysfrr5h66mybls8r8k781v732dlfn4jdnmk348jgvny275fj";
};
nativeBuildInputs = [ autoreconfHook ];