aerc: 0.18.1 -> 0.18.2

This commit is contained in:
Jeremy Baxter 2024-07-30 10:15:24 +12:00
parent 28f2c86822
commit ef5b5adea6

View File

@ -12,17 +12,17 @@
buildGoModule rec {
pname = "aerc";
version = "0.18.1";
version = "0.18.2";
src = fetchFromSourcehut {
owner = "~rjarry";
repo = "aerc";
rev = version;
hash = "sha256-yyVK87EIoW0Chz9xUOtoKHKIQUs2QDKtpsApvDuqSL4=";
hash = "sha256-J4W7ynJ5DpE97sILENNt6eya04aiq9DWBhlytsVmZHg=";
};
proxyVendor = true;
vendorHash = "sha256-kOBkwkFv86lbK/J0NGTgZadL26kvqmGLeWVYm+ie1HQ=";
vendorHash = "sha256-STQzc25gRozNHKjjYb8J8CL5WMhnx+nTJOGbuFmUYSU=";
nativeBuildInputs = [
scdoc