viu: 0.2.1 -> 1.0 (#84746)

This commit is contained in:
Milan 2020-04-08 23:24:57 +02:00 committed by GitHub
parent ab6c9545f7
commit 0880c9fe9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "viu";
version = "0.2.1";
version = "1.0";
src = fetchFromGitHub {
owner = "atanunq";
repo = "viu";
rev = "v${version}";
sha256 = "0p4ibvv0qrflqdc2bi9rjn7yhn01ncxrpqpxmh8cbq67rbvm7jnx";
sha256 = "1ivhm6js0ylnxwp84jmm2vmnl4iy1cwr3m9imx7lmcl0i3c8b9if";
};
# tests are failing, reported at upstream: https://github.com/atanunq/viu/issues/40
doCheck = false;
cargoSha256 = "1wvqln3xr192ml9gfzfv6qdv59g654xyaw15d790sysm82gd0inz";
cargoSha256 = "15zdnr95a363w4rddv1fbz796m01430gzly5p953m23g2mbxdmp0";
meta = with lib; {
description = "A command-line application to view images from the terminal written in Rust";