Skip to content

Commit

Permalink
redis: 7.2.4 -> 7.2.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 19e30cb)
  • Loading branch information
SuperSandro2000 authored and MarcelCoding committed Oct 4, 2024
1 parent 6bc786d commit 4b6bea1
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.5";

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

patches = [
Expand Down

0 comments on commit 4b6bea1

Please sign in to comment.