Unverified Commit ba95c706 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

wxsqlite3: 4.9.2 -> 4.9.3
parents 2572ddc7 f431cccc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "wxsqlite3";
  version = "4.9.2";
  version = "4.9.3";

  src = fetchFromGitHub {
    owner = "utelle";
    repo = "wxsqlite3";
    rev = "v${version}";
    hash = "sha256-LYQky0tIzZrxroa4korlE+RK2MJTVLgw3T2kGZOyY2s=";
    hash = "sha256-HdsPCdZF1wMTGYFaXzq+f4bUFjgCAklsKhhdyMKaxp8=";
  };

  nativeBuildInputs = [ autoreconfHook ];