Skip to content

Commit

Permalink
[Backport staging-24.05] redis: 7.2.4 -> 7.2.6 (#346435)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr authored Oct 4, 2024
2 parents 6bc786d + 34f547c commit e7b80d5
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.4";
version = "7.2.6";

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

patches = [
Expand Down

0 comments on commit e7b80d5

Please sign in to comment.