mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #110434 from thefloweringash/redis-update
redis: 6.0.6 -> 6.0.10
This commit is contained in:
commit
5e1eed0c03
@ -3,12 +3,12 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "6.0.6";
|
||||
version = "6.0.10";
|
||||
pname = "redis";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.redis.io/releases/${pname}-${version}.tar.gz";
|
||||
sha256 = "151x6qicmrmlxkmiwi2vdq8p50d52b9gglp8csag6pmgcfqlkb8j";
|
||||
sha256 = "1gc529nfh8frk4pynyjlnmzvwa0j9r5cmqwyd7537sywz6abifvr";
|
||||
};
|
||||
|
||||
# Cross-compiling fixes
|
||||
|
Loading…
Reference in New Issue
Block a user