Merge pull request #227141 from r-ryantm/auto-update/kyotocabinet
kyotocabinet: 1.2.79 -> 1.2.80
This commit is contained in:
commit
bebb5c8f1e
1 changed files with 2 additions and 2 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Reference in a new issue