1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

ldb: 2.9.1 -> 2.9.2

(cherry picked from commit 65dba705ff)
This commit is contained in:
R. Ryantm 2024-12-03 03:52:34 +00:00 committed by Morgan Jones
parent 6263fe66a2
commit 73b05920d0
No known key found for this signature in database
GPG key ID: 5C3EB94D198F1491

View file

@ -21,11 +21,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 = [