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: 6f193b4f903d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0c480ab1ff6
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 25, 2018

  1. gopass: 1.6.11 -> 1.7.1 (#41078)

    dywedir authored and dotlambda committed May 25, 2018
    Copy the full SHA
    a0c480a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/security/gopass/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/security/gopass/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, xclip, makeWrapper }:

buildGoPackage rec {
version = "1.6.11";
version = "1.7.1";
name = "gopass-${version}";

goPackagePath = "github.com/justwatchcom/gopass";
@@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "justwatchcom";
repo = "gopass";
rev = "v${version}";
sha256 = "12pih414232bsdj1qqc04vck2p9254wjy044n5kbbdqbmfgap7sj";
sha256 = "01cif6a2xa3c8nki0pas9mywdxs8d9niv8z13mii5hcfqvm0s7aw";
};

wrapperPath = with stdenv.lib; makeBinPath ([
@@ -38,7 +38,7 @@ buildGoPackage rec {

meta = with stdenv.lib; {
description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.";
homepage = https://github.com/justwatchcom/gopass;
homepage = https://www.justwatch.com/gopass/;
license = licenses.mit;
maintainers = with maintainers; [ andir ];
platforms = platforms.unix;