viu: 1.2.1 -> 1.3.0 (#112287)

authored by Milan and committed by GitHub 3a5ab437 3c347959

+5 -4
+5 -4
pkgs/tools/graphics/viu/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "viu"; 5 - version = "1.2.1"; 5 + version = "1.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "atanunq"; 9 9 repo = "viu"; 10 10 rev = "v${version}"; 11 - sha256 = "1q248jnbv64mkvg18465dpvjkw2v2hfqyvdvdixyrwyrnlv5cicv"; 11 + sha256 = "1n1qwlh1zinq5ngx04cvs69z8zr12yywr70vbrc946kbh4hx6pk9"; 12 12 }; 13 - # tests are failing, reported at upstream: https://github.com/atanunq/viu/issues/40 13 + 14 + # tests need an interactive terminal 14 15 doCheck = false; 15 16 16 - cargoSha256 = "18rskn8fchlgk295yk8sc2g1x6h43rmhqif871hgzdx1i35sbajr"; 17 + cargoSha256 = "0bdjfcyx2cwz68gcx0393h4ysccarfp02pvvp0a5xgkq11bad0r0"; 17 18 18 19 meta = with lib; { 19 20 description = "A command-line application to view images from the terminal written in Rust";