mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 05:07:35 +00:00
libodb: 2.5.0-b.21 -> 2.5.0-b.23
This commit is contained in:
parent
434aa9f6d2
commit
45330e6bad
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user