Skip to content

Commit

Permalink
redis: 7.2.5 -> 7.2.6
Browse files Browse the repository at this point in the history
Fixes CVE-2024-31449
Fixes CVE-2024-31227
Fixes CVE-2024-31228
  • Loading branch information
MarcelCoding committed Oct 3, 2024
1 parent ae87c79 commit 74aa519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/redis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "redis";
version = "7.2.5";
version = "7.2.6";

src = fetchurl {
url = "https://download.redis.io/releases/redis-${finalAttrs.version}.tar.gz";
hash = "sha256-WYEXlwb4OR8DvpHZUayvrtqRr3+sVr7/snAZYxA+Qj0=";
hash = "sha256-+xDWei/itFVvbLhABk3W5uMXXOjKA18HJpkOwtqfPQ4=";
};

patches = [
Expand Down

0 comments on commit 74aa519

Please sign in to comment.