aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut

This commit is contained in:
Logan Glasson
2021-03-14 00:34:30 +13:00
parent 9fc486d67f
commit a0e35869a2
6 changed files with 36 additions and 24 deletions
@@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchurl
{ lib, buildGoModule, fetchFromSourcehut
, ncurses, notmuch, scdoc
, python3, w3m, dante
}:
@@ -7,9 +7,11 @@ buildGoModule rec {
pname = "aerc";
version = "0.5.2";
src = fetchurl {
url = "https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz";
sha256 = "h7kiRA5TuZ8mDSMymWU33stFLIOMd06TQLYzKW+faO4=";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = pname;
rev = version;
sha256 = "1ja639qry8h2d6y7qshf62ypkzs2rzady59p81scqh8nx0g9bils";
};
runVend = true;