mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
memcached: 1.5.8 -> 1.5.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/memcached/versions.
This commit is contained in:
parent
2698bb461f
commit
2b81b44b2a
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{stdenv, fetchurl, cyrus_sasl, libevent}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.5.8";
|
||||
version = "1.5.9";
|
||||
name = "memcached-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://memcached.org/files/${name}.tar.gz";
|
||||
sha256 = "1ppnhsqv9047vm0rrmqla56y972f8qqjdb780iz6v922jjcc723k";
|
||||
sha256 = "01hx4hs8lgmjzpqj1iv5fpdwv1ymrii6bp4nh1s0mjvipxymgwsa";
|
||||
};
|
||||
|
||||
buildInputs = [cyrus_sasl libevent];
|
||||
|
|
Loading…
Reference in a new issue