Merge pull request #181434 from marsam/update-redis

redis: 7.0.2 -> 7.0.3
This commit is contained in:
Mario Rodas 2022-07-14 07:07:45 -05:00 committed by GitHub
commit 4bc1c1bd2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "redis";
version = "7.0.2";
version = "7.0.3";
src = fetchurl {
url = "https://download.redis.io/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-Xlfq/n1Kxey2p9ZNa2Hbd1YW2/kDKTs/zGYHFtvaXus=";
sha256 = "sha256-LN59FyFP/jBZU9qf/xIzPopyyqV/1JI+SHL2NiogjnM=";
};
# Cross-compiling fixes