[Backport release-26.05] redis: 8.8.0 -> 8.8.1 (#547122)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-30 08:55:41 +00:00
committed by GitHub

View File

@@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "redis";
version = "8.8.0";
version = "8.8.1";
src = fetchFromGitHub {
owner = "redis";
repo = "redis";
tag = finalAttrs.version;
hash = "sha256-D9rhe5GC0axhKHoRfeegUIGYXbrcEsa9m9vYJVxwtCk=";
hash = "sha256-VIzIv7NOmvuXygMXyWpYpnwKQ2rGguaGRd48/QjyYD8=";
};
patches = lib.optional useSystemJemalloc (fetchpatch2 {