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

Commits on May 26, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    rvolosatovs Roman Volosatovs
    Copy the full SHA
    52c83b3 View commit details
  2. Merge pull request #62094 from rvolosatovs/fix/gopass

    gopass: Use latest buildGoPackage
    marsam authored May 26, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7f09bd6 View commit details
Showing with 1 addition and 3 deletions.
  1. +1 −3 pkgs/top-level/all-packages.nix
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -808,9 +808,7 @@ in

asc-key-to-qr-code-gif = callPackage ../tools/security/asc-key-to-qr-code-gif { };

gopass = callPackage ../tools/security/gopass {
buildGoPackage = buildGo110Package;
};
gopass = callPackage ../tools/security/gopass { };

browserpass = callPackage ../tools/security/browserpass { };