rethinkdb: 2.4.3 -> 2.4.4
This commit is contained in:
parent
42e8265222
commit
bc2205c9e5
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rethinkdb";
|
pname = "rethinkdb";
|
||||||
version = "2.4.3";
|
version = "2.4.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.rethinkdb.com/repository/raw/dist/${pname}-${version}.tgz";
|
url = "https://download.rethinkdb.com/repository/raw/dist/${pname}-${version}.tgz";
|
||||||
hash = "sha256-w3iMeicPu0nj2kV4e2vlAHY8GQ+wWeObfe+UVPmkZ08=";
|
hash = "sha256-UJEjdgK2KDDbLLParKarNGMjI3QeZxDC8N5NhPRCcR8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user