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

sqlitecpp: 3.2.1 -> 3.3.0
This commit is contained in:
Doron Behar 2023-05-28 13:46:13 +03:00 committed by GitHub
commit 5003ff3a14
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.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 ];