Commit 9bc8b163 authored by R. RyanTM's avatar R. RyanTM
Browse files

popeye: 0.20.3 -> 0.20.4

parent 67809268
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 = [