viu: 1.3.0 -> 1.4.0

main
R. Ryantm 3 years ago committed by Jonathan Ringer
parent cd0af571cd
commit 67acd0a0a8
  1. 6
      pkgs/tools/graphics/viu/default.nix

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

Loading…
Cancel
Save