Merge pull request #181166 from sikmir/aerc

aerc: 0.10.0 → 0.11.0
This commit is contained in:
Mario Rodas 2022-07-14 07:09:15 -05:00 committed by GitHub
commit 639e506e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,17 +11,17 @@
buildGoModule rec {
pname = "aerc";
version = "0.10.0";
version = "0.11.0";
src = fetchFromSourcehut {
owner = "~rjarry";
repo = pname;
rev = version;
sha256 = "sha256-v1+12UCgBbH/2PxZ9QdDN30LmyzVcfGlYiVNVPYO3zs=";
sha256 = "sha256-w0h6BNuGwXV1CzyvXvsRs2MXHKLbK3EUaK4mKiuNBxc=";
};
proxyVendor = true;
vendorSha256 = "sha256-fGQ15i3mWNmmfypRt5A7SAVYSEg9m4so4FYlUY+7mW8=";
vendorSha256 = "sha256-vw9lDIZMswh/vrF1g8FvZ/faN5jWWPwfgnm66EWaohw=";
doCheck = false;