summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-27 22:09:13 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-27 22:09:13 -0700
commitb92a9e150465f176acad2e41e62f71df1f2e3a57 (patch)
tree6cfffd7b98ef24af0e6175aeb3c4f5c5893497f2 /pkgs/development
parent675dc1bfbfd87c02c8588d78ffc903fb6987f6e4 (diff)
downloadnixlib-b92a9e150465f176acad2e41e62f71df1f2e3a57.tar
nixlib-b92a9e150465f176acad2e41e62f71df1f2e3a57.tar.gz
nixlib-b92a9e150465f176acad2e41e62f71df1f2e3a57.tar.bz2
nixlib-b92a9e150465f176acad2e41e62f71df1f2e3a57.tar.lz
nixlib-b92a9e150465f176acad2e41e62f71df1f2e3a57.tar.xz
nixlib-b92a9e150465f176acad2e41e62f71df1f2e3a57.tar.zst
nixlib-b92a9e150465f176acad2e41e62f71df1f2e3a57.zip
tachyon: 0.98.9 -> 0.99b2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/tachyon/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/xpwz7yb6jqisimg2rw0xn5zh8n8i89fb-tachyon-0.99b2/bin/tachyon help` got 0 exit code
- directory tree listing: https://gist.github.com/755515ff78d7dad0ef3e73cb3333c2d4
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/tachyon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/tachyon/default.nix b/pkgs/development/libraries/tachyon/default.nix
index b1649da6459f..e4a24279c9b4 100644
--- a/pkgs/development/libraries/tachyon/default.nix
+++ b/pkgs/development/libraries/tachyon/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl}:
 stdenv.mkDerivation rec {
   name = "tachyon-${version}";
-  version = "0.98.9";
+  version = "0.99b2";
   src = fetchurl {
     url = "http://jedi.ks.uiuc.edu/~johns/tachyon/files/${version}/${name}.tar.gz";
-    sha256 = "1ms0xr4ibrzz291ibm265lyjrdjrmhfrx0a70hwykhsdxn6jk8y6";
+    sha256 = "04m0bniszyg7ryknj8laj3rl5sspacw5nr45x59j2swcsxmdvn1v";
   };
   buildInputs = [];
   preBuild = "cd unix";