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

wxsqlite3: 4.9.8 -> 4.9.9
This commit is contained in:
Weijia Wang 2024-02-04 23:15:02 +01:00 committed by GitHub
commit bc624e61c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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