Unverified Commit 2580d93d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

wxsqlite3: 4.10.11 -> 4.10.12 (#430986)

parents 54b5da9c f30056a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "wxsqlite3";
  version = "4.10.11";
  version = "4.10.12";

  src = fetchFromGitHub {
    owner = "utelle";
    repo = "wxsqlite3";
    rev = "v${version}";
    hash = "sha256-AjBtwA94yN4PYaWiL71SbdBjRV5ehBvf5IP6aru9dgM=";
    hash = "sha256-3t8SQJdB7ivuCnsr5TxmgslQNkvz+O/mE3NB+R/kXHM=";
  };

  nativeBuildInputs = [