Merge pull request #242729 from marsam/update-redis

redis: 7.0.11 -> 7.0.12
This commit is contained in:
Martin Weinelt
2023-07-11 03:14:33 +02:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "redis";
version = "7.0.11";
version = "7.0.12";
src = fetchurl {
url = "https://download.redis.io/releases/${pname}-${version}.tar.gz";
hash = "sha256-ziUNH7oELGE944oV1AiJt498ttVGGifjUBe6ObByIeM=";
hash = "sha256-ndg9WyeLsr8OOb/rdcPoFwAk7brxG6E7cDeylFz0irc=";
};
patches = [