Merge pull request #163641 from r-ryantm/auto-update/tachyon

tachyon: 0.99b6 -> 0.99.3
This commit is contained in:
7c6f434c 2022-03-11 13:24:43 +00:00 committed by GitHub
commit 89b0ec80eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,10 +13,10 @@ assert stdenv.isDarwin -> Carbon != null;
stdenv.mkDerivation rec {
pname = "tachyon";
version = "0.99b6";
version = "0.99.3";
src = fetchurl {
url = "http://jedi.ks.uiuc.edu/~johns/tachyon/files/${version}/${pname}-${version}.tar.gz";
sha256 = "15wv2748ngk2iid798a774sjxhhijq7kjm32yl897x54fsfazp7l";
sha256 = "sha256-rsxxm1NK2IPRl/5O2Ng2sC1VH84Zj1uJ6mN+HZHyN+E=";
};
buildInputs = lib.optionals stdenv.isDarwin [
Carbon