ima-evm-utils: 1.6 -> 1.6.2

This commit is contained in:
R. Ryantm 2024-08-31 01:16:40 +00:00
parent bccb6af50c
commit da38fe138f

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "ima-evm-utils";
version = "1.6";
version = "1.6.2";
src = fetchFromGitHub {
owner = "linux-integrity";
repo = "ima-evm-utils";
rev = "refs/tags/v${version}";
hash = "sha256-rS2KChYKHnaR17VKYXyb28AsWnLZ8CRoHhLOUejO8Z8=";
hash = "sha256-vIu12Flc2DiEqUSKAfoUi7Zg6D25pURvlYKEQKHER4I=";
};
strictDeps = true;