libodb-sqlite: 2.5.0-b.25 -> 2.5.0-b.27

Changelog: https://git.codesynthesis.com/cgit/odb/libodb-sqlite/tree/NEWS
This commit is contained in:
Ryan Burns 2024-07-13 16:15:57 -07:00
parent 46d4396c67
commit 428fd4f85b

View File

@ -8,13 +8,13 @@
}:
stdenv.mkDerivation rec {
pname = "libodb-sqlite";
version = "2.5.0-b.25";
version = "2.5.0-b.27";
outputs = [ "out" "dev" "doc" ];
src = fetchurl {
url = "https://pkg.cppget.org/1/beta/odb/libodb-sqlite-${version}.tar.gz";
hash = "sha256-Ko40WZErbL77B4eoJ5FFko/gTFYhADGlBzxPLuy8Wqc=";
hash = "sha256-jpxtY/VMkh88IzqGYgedu5TZGVIbPpy/FZNvUaOMf+w=";
};
nativeBuildInputs = [