Skip to content

Commit

Permalink
Merge pull request #35504 from ryantm/auto-update/assh-2.6.0-to-2.7.0
Browse files Browse the repository at this point in the history
assh: 2.6.0 -> 2.7.0
  • Loading branch information
7c6f434c committed Feb 25, 2018
2 parents 7d7b7a0 + 3204061 commit 529ea1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/assh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "assh-${version}";
version = "2.6.0";
version = "2.7.0";

goPackagePath = "github.com/moul/advanced-ssh-config";
subPackages = [ "cmd/assh" ];
Expand All @@ -18,7 +18,7 @@ buildGoPackage rec {
repo = "advanced-ssh-config";
owner = "moul";
rev = "v${version}";
sha256 = "1vv98dz5822k51xklnmky0lwfjw8nc6ryvn8lmv9n63ppwh9s2s6";
sha256 = "0jfpcr8990lb7kacadbishdkz5l8spw24ksdlb79x34sdbbp3fm6";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 529ea1f

Please sign in to comment.