Unverified Commit b910faca authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #292146 from r-ryantm/auto-update/popeye

popeye: 0.20.3 -> 0.20.4
parents af275b9c 9bc8b163
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "popeye";
  version = "0.20.3";
  version = "0.20.4";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "derailed";
    repo = "popeye";
    sha256 = "sha256-Iq33TEl6yCw4e6LeOsXcaMGRmOJqq9XV4KChEArDL6Q=";
    sha256 = "sha256-rUG2tZokWXWVvGiyDAxVYfVwSDInaLptBCBuawtP1bc=";
  };

  ldflags = [