redis: 5.0.6 -> 5.0.7 (#74621)

redis: 5.0.6 -> 5.0.7
This commit is contained in:
Jörg Thalheim 2019-11-29 22:57:12 +00:00 committed by GitHub
commit 56e98fefee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, lua, jemalloc, nixosTests }:
stdenv.mkDerivation rec {
version = "5.0.6";
version = "5.0.7";
pname = "redis";
src = fetchurl {
url = "http://download.redis.io/releases/${pname}-${version}.tar.gz";
sha256 = "1cr2dn9ilhj52snmlz38fw30gdlgbxq2sadyspawahp1cw988936";
sha256 = "0ax8sf3vw0yadr41kzc04917scrg5wir1d94zmbz00b8pzm79nv1";
};
# Cross-compiling fixes