elfinfo: use buildGoPackage
This commit is contained in:
parent
9db2a8154c
commit
d02d88feba
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGoPackage rec {
|
||||
pname = "elfinfo";
|
||||
version = "0.7.6";
|
||||
|
||||
|
@ -12,8 +12,6 @@ buildGoModule rec {
|
|||
sha256 = "0f6ik4d157assxdfslnyc91mg70kfh396rapikfv473znx2v2pg9";
|
||||
};
|
||||
|
||||
modSha256 = "1xr0pylaqcb4f4g862120cgqdxp0bpwsk77zd6g7kk91lqdcvsdf";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Small utility for showing information about ELF files";
|
||||
homepage = https://elfinfo.roboticoverlords.org/;
|
||||
|
|
Loading…
Reference in a new issue