Skip to content

Commit

Permalink
browserpass: 2.0.7 -> 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jan 7, 2018
1 parent b2e9096 commit 546fa2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/browserpass/default.nix
Expand Up @@ -3,7 +3,7 @@

buildGoPackage rec {
name = "browserpass-${version}";
version = "2.0.7";
version = "2.0.10";

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

Expand All @@ -13,7 +13,7 @@ buildGoPackage rec {
repo = "browserpass";
owner = "dannyvankooten";
rev = version;
sha256 = "1dbp5za5qh6xmgh3w2cx5fbw13mh1szgj2y7ilmq0jh2ik09fbnd";
sha256 = "0clkalw2wz2zs0p5hsq57iqp2bdp7y17zf5l2d0y7xfddff9sd82";
};

postInstall = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/security/browserpass/deps.nix
Expand Up @@ -14,8 +14,8 @@
fetch = {
type = "git";
url = "https://github.com/mattn/go-zglob";
rev = "4b74c24375b3b1ee226867156e01996f4e19a8d6";
sha256 = "1qc502an4q3wgvrd9zw6zprgm28d90d2f98bdamdf4js03jj22xn";
rev = "4959821b481786922ac53e7ef25c61ae19fb7c36";
sha256 = "0rwkdw143kphpmingsrw1zp030zf3p08f64h347jpdm4lz8z5449";
};
}
{
Expand Down

0 comments on commit 546fa2e

Please sign in to comment.