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

sqlitecpp: 3.1.1 -> 3.2.0
This commit is contained in:
Robert Scott 2022-09-19 16:33:07 +01:00 committed by GitHub
commit 1b42acb169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sqlitecpp";
version = "3.1.1";
version = "3.2.0";
src = fetchFromGitHub {
owner = "SRombauts";
repo = pname;
rev = version;
sha256 = "1c2yyipiqswi5sf9xmpsgw6l1illzmcpkjm56agk6kl2hay23lgr";
sha256 = "sha256-Z1c2lQZ0UltcIf9dTnumZPhke4uEmsjg/Ygppvx3kxY=";
};
nativeBuildInputs = [ cmake ];