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

sqlitecpp: 3.2.0 -> 3.2.1
This commit is contained in:
Doron Behar 2023-01-15 15:57:33 +02:00 committed by GitHub
commit 4ea83cec77
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.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "SRombauts";
repo = pname;
rev = version;
sha256 = "sha256-Z1c2lQZ0UltcIf9dTnumZPhke4uEmsjg/Ygppvx3kxY=";
sha256 = "sha256-uVvlW95UD1dhJfNuKgo7XvbdXrHl95OhaEpWfn0RH/E=";
};
nativeBuildInputs = [ cmake ];