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

elfinfo: 1.1.0 -> 1.2.1
This commit is contained in:
Jonas Heinrich 2022-08-29 15:26:03 +02:00 committed by GitHub
commit 27c6acfd48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "elfinfo";
version = "1.1.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "xyproto";
repo = "elfinfo";
rev = version;
sha256 = "1n8bg0rcq9fqa6rdnk6x9ngvm59hcayblkpjv9j5myn2vmm6fv8m";
sha256 = "sha256-vnlPSNyabFjucxHU1w5EPIO9UmTiuCKEzGMC+EZRTtM=";
};
vendorSha256 = null;
@ -20,7 +20,7 @@ buildGoModule rec {
description = "Small utility for showing information about ELF files";
homepage = "https://elfinfo.roboticoverlords.org/";
changelog = "https://github.com/xyproto/elfinfo/releases/tag/${version}";
license = licenses.mit;
license = licenses.bsd3;
maintainers = with maintainers; [ dtzWill ];
};
}