Unverified Commit 5003ff3a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #234574 from r-ryantm/auto-update/sqlitecpp

sqlitecpp: 3.2.1 -> 3.3.0
parents 82082e93 b1b01a39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "sqlitecpp";
  version = "3.2.1";
  version = "3.3.0";

  src = fetchFromGitHub {
    owner = "SRombauts";
    repo = pname;
    rev = version;
    sha256 = "sha256-uVvlW95UD1dhJfNuKgo7XvbdXrHl95OhaEpWfn0RH/E=";
    sha256 = "sha256-3Xo/FgifbrSn0AvinriJZerUM2kbcMaoyF5ST8+1Qqw=";
  };

  nativeBuildInputs = [ cmake ];