Merge pull request #94453 from r-ryantm/auto-update/amfora

amfora: 1.3.0 -> 1.4.0
This commit is contained in:
Mario Rodas 2020-08-02 09:59:01 -05:00 committed by GitHub
commit 80e795a0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "amfora";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "makeworld-the-better-one";
repo = "amfora";
rev = "v${version}";
sha256 = "0bnjwsyi6l9p27rajwh0nq53zi4km7qpgyb08q17j0vd87gpdhka";
sha256 = "1z4r1yqy5nkfa7yqcsqpqfdcghw8idryzb3s6d6ibca47r0qlcvw";
};
vendorSha256 = "1rj2m3rg8ixclj5jr0nmp266vwj1mg5ampxn04i3wgaayy49dbdi";
vendorSha256 = "0xj2s14dq10fwqqxjn4d8x6zljd5d15gjbja2gb75rfv09s4fdgv";
meta = with lib; {
description = "A fancy terminal browser for the Gemini protocol";