viu: 1.0 -> 1.1

This commit is contained in:
Milan Pässler 2020-09-22 08:03:29 +02:00
parent 479976340a
commit 534ad6855a

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