Merge pull request #227141 from r-ryantm/auto-update/kyotocabinet

kyotocabinet: 1.2.79 -> 1.2.80
This commit is contained in:
Weijia Wang 2023-04-20 23:36:01 +03:00 committed by GitHub
commit bebb5c8f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kyotocabinet";
version = "1.2.79";
version = "1.2.80";
src = fetchurl {
url = "https://dbmx.net/kyotocabinet/pkg/kyotocabinet-${version}.tar.gz";
sha256 = "079ymsahlrijswgwfr2la9yw5h57l752cprhp5dz31iamsj1vyv7";
sha256 = "sha256-TIXXNmaNgpIL/b25KsPWa32xEI8JWBp2ndkWCgLe80k=";
};
prePatch = lib.optionalString stdenv.isDarwin ''