about summary refs log tree commit diff
path: root/pkgs/tools/graphics/viu
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-22 08:12:15 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-30 22:14:13 -0800
commit67acd0a0a85f07df72e62630ae34be4547d9804e (patch)
tree0885466098d6ca25b6c236f406d9e5634d0f20d9 /pkgs/tools/graphics/viu
parentcd0af571cdb7d11adcb28a59486615668fc8fba6 (diff)
viu: 1.3.0 -> 1.4.0
Diffstat (limited to 'pkgs/tools/graphics/viu')
-rw-r--r--pkgs/tools/graphics/viu/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/viu/default.nix b/pkgs/tools/graphics/viu/default.nix
index 8a02e0fefede6..104a4a81282ae 100644
--- a/pkgs/tools/graphics/viu/default.nix
+++ b/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";