mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
memcached: 1.5.13 -> 1.5.14
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
a381d42221
commit
f81957227b
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{stdenv, fetchurl, cyrus_sasl, libevent}:
|
{stdenv, fetchurl, cyrus_sasl, libevent}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.5.13";
|
version = "1.5.14";
|
||||||
name = "memcached-${version}";
|
name = "memcached-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://memcached.org/files/${name}.tar.gz";
|
url = "https://memcached.org/files/${name}.tar.gz";
|
||||||
sha256 = "0qsdkjrns4f02lmabq8c7mzl5n4382q2p6a0dvmsjdcpjisagqb1";
|
sha256 = "1agj198rm5kc64z8qxck65kdzvw30pdfxalygipnryw0lwlxynww";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in a new issue