foundationdb60: 6.0.2pre2430 -> 6.0.3pre2446

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-07-26 18:58:40 -05:00
parent a14a75a567
commit f8e8ecde51

View file

@ -155,9 +155,9 @@ in with builtins; {
};
foundationdb60 = makeFdb rec {
version = "6.0.2pre2430_${substring 0 8 rev}";
version = "6.0.3pre2446_${substring 0 8 rev}";
branch = "release-6.0";
rev = "7938d247a5eaf886a176575de6592b76374df58c";
sha256 = "0g8h2zs0f3aacs7x4hyjh0scybv33gjj6dqfb789h4n6r4gd7d9h";
rev = "dd5481fb60ee1652986b2a028b31dcbb6cb171b5";
sha256 = "0mhlb728badk1h3410jbhy7f48m3jjnjna26wwyw5680xz72d6dm";
};
}