1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 18:12:34 +09:00

ldb: 2.9.1 -> 2.9.2

This commit is contained in:
R. Ryantm 2024-12-03 03:52:34 +00:00
parent 6369dcd132
commit 65dba705ff

View file

@ -19,11 +19,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ldb";
version = "2.9.1";
version = "2.9.2";
src = fetchurl {
url = "mirror://samba/ldb/ldb-${finalAttrs.version}.tar.gz";
hash = "sha256-yV5Nwy3qiGS3mJnuNAyf3yi0hvRku8OLqZFRoItJP5s=";
hash = "sha256-0VWIQALHnbscPYZC+LEBPy5SCzru/W6WQSrexbjWy8A=";
};
outputs = [ "out" "dev" ];