sqlitecpp: 3.3.2 -> 3.3.3

Changes: https://github.com/SRombauts/SQLiteCpp/releases/tag/3.3.3
This commit is contained in:
Sergei Trofimovich
2025-05-20 21:44:57 +01:00
parent 6bd7ba77ef
commit 53a13495bb
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sqlitecpp";
version = "3.3.2";
version = "3.3.3";
src = fetchFromGitHub {
owner = "SRombauts";
repo = "sqlitecpp";
rev = finalAttrs.version;
sha256 = "sha256-rsVFk4FsonrwpBd3TonkxilwWeOBocH8AyeB+71OBdI=";
hash = "sha256-RSNJGfvIvNfk+/Awzh06tDi/TA5Wc35X8ya0X5mP9IE=";
};
nativeBuildInputs = [