aerc: 0.4.0 -> 0.5.2

This commit is contained in:
freezeboy
2020-12-29 15:03:52 +01:00
committed by Matthieu Coudron
parent 27f87c4fb4
commit a0f4326687
2 changed files with 6 additions and 5 deletions
@@ -6,15 +6,15 @@
buildGoModule rec {
pname = "aerc";
version = "0.4.0";
version = "0.5.2";
src = fetchurl {
url = "https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz";
sha256 = "05qy14k9wmyhsg1hiv4njfx1zn1m9lz4d1p50kc36v7pq0n4csfk";
sha256 = "h7kiRA5TuZ8mDSMymWU33stFLIOMd06TQLYzKW+faO4=";
};
runVend = true;
vendorSha256 = "13zs5113ip85yl6sw9hzclxwlnrhy18d39vh9cwbq97dgnh9rz89";
vendorSha256 = "9PXdUH0gu8PGaKlRJCUF15W1/LxA+sv3Pwl2UnjYxWY=";
doCheck = false;