Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c3ff9045d43a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21c97849d46c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 1, 2020

  1. popeye: 0.8.10 -> 0.9.0

    Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
    bryanasdev000 committed Nov 1, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    vszakats Viktor Szakats
    Copy the full SHA
    4f8477a View commit details
  2. Merge pull request #102325 from bryanasdev000/package-popeye-0.9.0

    popeye: 0.8.10 -> 0.9.0
    bhipple authored Nov 1, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    vszakats Viktor Szakats
    Copy the full SHA
    21c9784 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/applications/networking/cluster/popeye/default.nix
10 changes: 5 additions & 5 deletions pkgs/applications/networking/cluster/popeye/default.nix
Original file line number Diff line number Diff line change
@@ -2,24 +2,24 @@

buildGoModule rec {
pname = "popeye";
version = "0.8.10";
version = "0.9.0";

src = fetchFromGitHub {
rev = "v${version}";
owner = "derailed";
repo = "popeye";
sha256 = "1cx39xipvvhb12nhvg7kfssnqafajni662b070ynlw8p870bj0sn";
sha256 = "1rslmcdjs53zvv0xaf00vxqsfc3jh2p584j3q6nfgrghc978xmpf";
};

buildFlagsArray = ''
-ldflags=
-s -w
-X github.com/derailed/popeye/cmd.version=${version}
-X github.com/derailed/popeye/cmd.commit=b7a876eafd4f7ec5683808d8d6880c41c805056a
-X github.com/derailed/popeye/cmd.date=2020-08-25T23:02:30Z
-X github.com/derailed/popeye/cmd.commit=022c3104b642aab6bdb287468fb79068a33e1b0d
-X github.com/derailed/popeye/cmd.date=2020-10-31T16:44:45Z
'';

vendorSha256 = "0b2bawc9wnqwgvrv614rq5y4ns9di65zqcbb199y2ijpsaw5d9a7";
vendorSha256 = "08195dnka7rs38py3kjii9zh9nifg2fnbi1wzjl0pc38i2bbrz0k";

doCheck = false;