elfinfo: 0.7.4 -> 0.7.5

https://github.com/xyproto/elfinfo/releases/tag/0.7.5
This commit is contained in:
Will Dietz 2018-12-06 13:44:39 -06:00
parent 0e8e02e686
commit 9a9d26fb77

@ -2,14 +2,14 @@
buildGoPackage rec {
name = "elfinfo-${version}";
version = "0.7.4";
version = "0.7.5";
goPackagePath = "github.com/xyproto/elfinfo";
src = fetchFromGitHub {
rev = version;
owner = "xyproto";
repo = "elfinfo";
sha256 = "12n86psri9077v7s6b4j7djg5kijf9gybd80f9sfs0xmgkbly3gv";
sha256 = "0b6zyfq0yhpbf03h52q2lgf6ff086gcsbnhm6chx18h0q1g17m96";
};
meta = with stdenv.lib; {