elfinfo: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2023-04-20 20:49:47 +00:00
parent ec14e43941
commit 490dc11082

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "elfinfo";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "xyproto";
repo = "elfinfo";
rev = version;
sha256 = "sha256-vnlPSNyabFjucxHU1w5EPIO9UmTiuCKEzGMC+EZRTtM=";
sha256 = "sha256-HnjHOjanStqmDXnc6Z9w0beCMJFf/ndWbYxoDEaOws4=";
};
vendorSha256 = null;
vendorHash = null;
meta = with lib; {
description = "Small utility for showing information about ELF files";