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

Commits on Mar 31, 2018

  1. browserpass: 2.0.17 -> 2.0.18

    yurrriq committed Mar 31, 2018

    Unverified

    The committer email address is not verified.
    Copy the full SHA
    c6ae547 View commit details
  2. Merge pull request #38180 from yurrriq/update/pkgs/tools/security/bro…

    …wserpass
    
    browserpass: 2.0.17 -> 2.0.18
    adisbladis authored Mar 31, 2018
    Copy the full SHA
    fbac1cb View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/security/browserpass/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/security/browserpass/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.0
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
{ stdenv, buildGoPackage, fetchFromGitHub }:

buildGoPackage rec {
name = "browserpass-${version}";
version = "2.0.17";
version = "2.0.18";

goPackagePath = "github.com/dannyvankooten/browserpass";

@@ -13,7 +13,7 @@ buildGoPackage rec {
repo = "browserpass";
owner = "dannyvankooten";
rev = version;
sha256 = "1gbhpx75bcacj6z5p4av0011c4chhzqcjjs2bvmfxpi7826hn9kn";
sha256 = "0wszjpxfa0krr2zdx7a33vl1r86k74dpy5c940r6ww1zbgqzcibg";
};

postInstall = ''