viu: 0.1 -> 0.2.1

https://github.com/atanunq/viu/releases/tag/v0.2.1
This commit is contained in:
Will Dietz 2019-05-09 12:33:59 -05:00
parent 8e1852ac7e
commit 624e970450
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "viu";
version = "0.1";
version = "0.2.1";
src = fetchFromGitHub {
owner = "atanunq";
repo = "viu";
rev = "v${version}";
sha256 = "1j2sr8mhnbyzm168spzr4mk8gkjlfqh993b80sf2zv2sy83p8gfv";
sha256 = "0p4ibvv0qrflqdc2bi9rjn7yhn01ncxrpqpxmh8cbq67rbvm7jnx";
};
cargoSha256 = "14pf2xvkk9qqq9qj5agxmfl3npgy6my961yfzv7p977712kdakh3";
cargoSha256 = "1h9dm2hhld2079dnx4x5nzkn3ivk6g5ijhv49jxnc200mx4mr1s5";
meta = with lib; {
description = "A command-line application to view images from the terminal written in Rust";