viu: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2021-12-22 08:12:15 +00:00 committed by Jonathan Ringer
parent cd0af571cd
commit 67acd0a0a8

View file

@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "viu"; pname = "viu";
version = "1.3.0"; version = "1.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "atanunq"; owner = "atanunq";
repo = "viu"; repo = "viu";
rev = "v${version}"; rev = "v${version}";
sha256 = "1n1qwlh1zinq5ngx04cvs69z8zr12yywr70vbrc946kbh4hx6pk9"; sha256 = "sha256-lAuIl25368Gv717a8p2So1o1VMDJJAOlDdqfItYizo4=";
}; };
# tests need an interactive terminal # tests need an interactive terminal
doCheck = false; doCheck = false;
cargoSha256 = "0s6i42n4jivzj4ad62r7nc6ailydy686ivszcd6cj5f4dinsbgq3"; cargoSha256 = "sha256-ildtjaYGbrQacJOdGDVwFv+kod+vZHqukWN6ARtJqI4=";
meta = with lib; { meta = with lib; {
description = "A command-line application to view images from the terminal written in Rust"; description = "A command-line application to view images from the terminal written in Rust";