Merge pull request #227337 from r-ryantm/auto-update/elfinfo

elfinfo: 1.2.1 -> 1.2.2
This commit is contained in:
Nick Cao
2023-04-21 10:11:10 +08:00
committed by GitHub
@@ -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";