sqlitecpp: 3.2.1 -> 3.3.0

This commit is contained in:
R. Ryantm 2023-05-28 07:10:44 +00:00
parent cd567da64a
commit b1b01a3943

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