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: aa94e5f2c20d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e2299f6ff3b3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 16, 2020

  1. antibody: 6.0.1 -> 6.1.0

    r-ryantm committed Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f16d6a7 View commit details
  2. Merge pull request #93206 from r-ryantm/auto-update/antibody

    antibody: 6.0.1 -> 6.1.0
    Br1ght0ne authored Jul 16, 2020
    Copy the full SHA
    e2299f6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/shells/zsh/antibody/default.nix
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/antibody/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "antibody";
version = "6.0.1";
version = "6.1.0";

src = fetchFromGitHub {
owner = "getantibody";
repo = "antibody";
rev = "v${version}";
sha256 = "0ix2liy8h48s3n7ykr85ik03kwj45iqwhwn79ap8y21bar00gybs";
sha256 = "0ldvihpm14h0gcn7iz5yxg1wbfv24flx6y8khdanw21lf9nmp59z";
};

vendorSha256 = "072kxr68p9f58w2q98fjcn4wzd5szy5l5sz8sh4ssapljvic2lam";
vendorSha256 = "0z8fma3v2dph8nv3q4lmv43s6p5sc338xb7kcmnpwcc0iw7b4vyj";

buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];