From bee279a0ba2b7247bdf63086621ad2c944af9ccb Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Tue, 8 Aug 2023 13:05:41 +0800 Subject: [PATCH] img-cat: use sri hash --- pkgs/applications/graphics/img-cat/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/img-cat/default.nix b/pkgs/applications/graphics/img-cat/default.nix index a4985c4e2c70..825955c10b9e 100644 --- a/pkgs/applications/graphics/img-cat/default.nix +++ b/pkgs/applications/graphics/img-cat/default.nix @@ -8,10 +8,10 @@ buildGoModule rec { owner = "trashhalo"; repo = "imgcat"; rev = "v${version}"; - sha256 = "0x7a1izsbrbfph7wa9ny9r4a8lp6z15qpb6jf8wsxshiwnkjyrig"; + hash = "sha256-L2Yvp+UR6q45ctKsi0v45lKkSE7eJsUPvG7lpX8M6nQ="; }; - vendorSha256 = "191gi4c5jk8p9xvbm1cdhk5yi8q2cp2jvjq1sgxqw1ad0lppwhg2"; + vendorHash = "sha256-4kF+LwVNBY770wHLLcVlAqPoy4SNhbp2TxdNWRiJL6Q="; meta = with lib; { description = "A tool to output images as RGB ANSI graphics on the terminal";