libodb: 2.5.0-b.21 -> 2.5.0-b.23

This commit is contained in:
Ryan Burns 2022-10-17 19:53:55 -07:00
parent 434aa9f6d2
commit 45330e6bad

View File

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "libodb";
version = "2.5.0-b.21";
version = "2.5.0-b.23";
outputs = [ "out" "dev" "doc" ];
src = fetchurl {
url = "https://pkg.cppget.org/1/beta/odb/libodb-${version}.tar.gz";
sha256 = "sha256-Q4HZ8zU5osZ9Phz59ZAjXh0dbB8ELBY5gMRbDnawCWs=";
sha256 = "sha256-j+lW9WFdjwIlP24/GUZsezyMf7/31XTfkuY2WGLdaeA=";
};
nativeBuildInputs = [ build2 ];