memcached 1.6.23 -> 1.6.24 https://repology.org/project/memcached/versions attrpath: memcached Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/memcached/default.nix b/pkgs/servers/memcached/default.nix index 6ad1343645e8..71740cf41908 100644 --- a/pkgs/servers/memcached/default.nix +++ b/pkgs/servers/memcached/default.nix @@ -1,12 +1,12 @@ {lib, stdenv, fetchurl, cyrus_sasl, libevent, nixosTests }: stdenv.mkDerivation rec { - version = "1.6.23"; + version = "1.6.24"; pname = "memcached"; src = fetchurl { url = "https://memcached.org/files/${pname}-${version}.tar.gz"; - sha256 = "sha256-hbAzSQT0QClqaFzP2nXw9FF7+JIquO+m0MSzySw1TUw="; + sha256 = "sha256-+QXsCzhDKoqAvM0E6Q501ey6mLj2R+XWHku1QIWnpCI="; }; configureFlags = [ Successfully finished processing cachix "/nix/store/063b19vnycx8fp5xlm8vl0qwyghb60pd-memcached-1.6.24" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/memcached/versions. meta.description for memcached is: A distributed memory object caching system meta.homepage for memcached is: http://memcached.org/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.6.24 with grep in /nix/store/063b19vnycx8fp5xlm8vl0qwyghb60pd-memcached-1.6.24 - found 1.6.24 in filename of file in /nix/store/063b19vnycx8fp5xlm8vl0qwyghb60pd-memcached-1.6.24 ---
Rebuild report (if merged into master) (click to expand) ``` 2878 total rebuild path(s) 2878 package rebuild(s) First fifty rebuilds by attrpath ansible-doctor apache-airflow asn1editor authentik barman beancount breezy browsr buildbot buildbot-full buildbot-ui cabal2nix calcurse calibre-web cantor ceph ceph-client ceph-csi ceph-dev certbot-full cfripper chatgpt-retrieval-plugin coconut conan crackmapexec datalad deface deja-dup dep2nix devpi-client dnstwist duplicity duply dvc dvc-with-remotes easyocr echidna esphome executor fava fit-trackee flatpak-builder freeipa frigate gam gcalcli gcp-scanner ggshield git-annex-remote-googledrive goobook ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/063b19vnycx8fp5xlm8vl0qwyghb60pd-memcached-1.6.24 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A memcached https://github.com/r-ryantm/nixpkgs/archive/0dc95d4a887582de16a60d679d3ff0e7ac01deaf.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/0dc95d4a887582de16a60d679d3ff0e7ac01deaf#memcached ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/063b19vnycx8fp5xlm8vl0qwyghb60pd-memcached-1.6.24 ls -la /nix/store/063b19vnycx8fp5xlm8vl0qwyghb60pd-memcached-1.6.24/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @coreyoconnor for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/292045