Skip to content

Commit

Permalink
Merge pull request #51696 from dtzWill/update/elfinfo-0.7.5
Browse files Browse the repository at this point in the history
elfinfo: 0.7.4 -> 0.7.5
  • Loading branch information
c0bw3b committed Dec 8, 2018
2 parents 819aded + 9a9d26f commit e85c1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/elfinfo/default.nix
Expand Up @@ -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; {
Expand Down

0 comments on commit e85c1f5

Please sign in to comment.