Skip to content

Commit

Permalink
Merge pull request #182753 from bryanasdev000/popeye-up-0101
Browse files Browse the repository at this point in the history
popeye: 0.10.0 -> 0.10.1
  • Loading branch information
winterqt authored Jul 25, 2022
2 parents e61492b + 6bc63d9 commit f7bb0cf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/networking/cluster/popeye/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "popeye";
version = "0.10.0";
version = "0.10.1";

src = fetchFromGitHub {
rev = "v${version}";
owner = "derailed";
repo = "popeye";
sha256 = "sha256-iCsEYbEENDOg69wdWu9QQ8tTGxvaY2i/Hboc6XSYyEM=";
sha256 = "sha256-GETCwj9T1D6paG56LT/N2YkISE7UBpt/femwvHyHHJE=";
};

ldflags = [
Expand All @@ -17,9 +17,7 @@ buildGoModule rec {
"-X github.com/derailed/popeye/cmd.commit=${version}"
];

vendorSha256 = "sha256-aLTzhBMwQHa6twzBC3FyMsZa1vQsBDdg4MpzJWZz3n4=";

doCheck = true;
vendorSha256 = "sha256-ZRDcZbaoGJ8jgSwMXTTcWSv/4dlOoTNcuj/bN4QYHNE=";

doInstallCheck = true;
installCheckPhase = ''
Expand Down

0 comments on commit f7bb0cf

Please sign in to comment.