Commit f431cccc authored by R. RyanTM's avatar R. RyanTM
Browse files

wxsqlite3: 4.9.2 -> 4.9.3

parent c1329a14
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 ];