Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1a095f7f5040
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7a398c48130
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 22, 2020

  1. memcached: 1.6.5 -> 1.6.6

    r-ryantm committed May 22, 2020
    Copy the full SHA
    bc8432f View commit details

Commits on May 23, 2020

  1. Merge pull request #88617 from r-ryantm/auto-update/memcached

    memcached: 1.6.5 -> 1.6.6
    adisbladis authored May 23, 2020
    Copy the full SHA
    f7a398c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/memcached/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/memcached/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{stdenv, fetchurl, cyrus_sasl, libevent, nixosTests }:

stdenv.mkDerivation rec {
version = "1.6.5";
version = "1.6.6";
pname = "memcached";

src = fetchurl {
url = "https://memcached.org/files/${pname}-${version}.tar.gz";
sha256 = "1pr7igk7ic9wc2yax26wy3ar223vilf2qyzrknz36g61dxqa6k8z";
sha256 = "1xrj7vy05nc6bky4wnrmrbxfibvk5vq4dp2fwk4jk4amzbn0x3wh";
};

configureFlags = [