Revert "xsv: 0.12.1 -> 0.12.2"

This reverts commit edb61d1151.

The sha256 is malformed.
This commit is contained in:
Joachim Fasting 2017-08-26 18:44:06 +02:00
parent 58dc4a8569
commit 0387f84cf3
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -4,16 +4,16 @@ with rustPlatform;
buildRustPackage rec {
name = "xsv-${version}";
version = "0.12.2";
version = "0.12.1";
src = fetchFromGitHub {
owner = "BurntSushi";
repo = "xsv";
rev = "${version}";
sha256 = "0z1z3b6nzaid510jaikkawvpmv4kjphzz84p0hppq6vcp5jy00s2";
sha256 = "0xmjx5grwjrx2zsqmpblid9pqpwkk9pv468ffqlza3w35n9x5dax";
};
depsSha256 = "013hy835871zxdnakwsr4bjm4krahlz4aqk5lh0rw78avfla89q9q";
depsSha256 = "0gdbxgykhy6wm89mbdvl7ck2v0f66hwlm0m1q7r64bkb7i10fmkd";
meta = with stdenv.lib; {
description = "A fast CSV toolkit written in Rust";