viu: 1.1 -> 1.2.1 (#103582)
This commit is contained in:
parent
6818de3026
commit
c589847526
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "viu";
|
pname = "viu";
|
||||||
version = "1.1";
|
version = "1.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "atanunq";
|
owner = "atanunq";
|
||||||
repo = "viu";
|
repo = "viu";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1algvndpl63g3yzp3hhbgm7839njpbmw954nsiwf0j591spz4lph";
|
sha256 = "1q248jnbv64mkvg18465dpvjkw2v2hfqyvdvdixyrwyrnlv5cicv";
|
||||||
};
|
};
|
||||||
# tests are failing, reported at upstream: https://github.com/atanunq/viu/issues/40
|
# tests are failing, reported at upstream: https://github.com/atanunq/viu/issues/40
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
cargoSha256 = "1jccaln72aqa9975nbs95gimndqx5kgfkjmh40z6chx1hvn4m2ga";
|
cargoSha256 = "18rskn8fchlgk295yk8sc2g1x6h43rmhqif871hgzdx1i35sbajr";
|
||||||
|
|
||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user