rethinkdb: 2.4.3 -> 2.4.4

This commit is contained in:
R. Ryantm 2023-12-24 08:07:00 +00:00
parent 42e8265222
commit bc2205c9e5

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "rethinkdb";
version = "2.4.3";
version = "2.4.4";
src = fetchurl {
url = "https://download.rethinkdb.com/repository/raw/dist/${pname}-${version}.tgz";
hash = "sha256-w3iMeicPu0nj2kV4e2vlAHY8GQ+wWeObfe+UVPmkZ08=";
hash = "sha256-UJEjdgK2KDDbLLParKarNGMjI3QeZxDC8N5NhPRCcR8=";
};
postPatch = ''