assh: 2.11.0 -> 2.11.3

This commit is contained in:
R. RyanTM 2021-02-18 05:13:50 +00:00
parent d6fb31eb11
commit 24e5116a2b

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "assh";
version = "2.11.0";
version = "2.11.3";
src = fetchFromGitHub {
repo = "advanced-ssh-config";
owner = "moul";
rev = "v${version}";
sha256 = "sha256-/StB5yee9sbkebuJt6JDI+bp52NG0bBhprzmdepL+ek=";
sha256 = "sha256-NH7Dmqsu7uRhKWGFHBnh5GGqsNFOijDxsc+ATt28jtY=";
};
vendorSha256 = "sha256-6OAsO7zWAgPfQWD9k+nYH7hnDDUlKIjTB61ivvoubn0=";