aerc: 0.20.0 -> 0.20.1 (#377445)

This commit is contained in:
Nikolay Korotkiy 2025-01-29 15:10:53 +04:00 committed by GitHub
commit 126c05abab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,17 +15,17 @@
buildGoModule rec {
pname = "aerc";
version = "0.20.0";
version = "0.20.1";
src = fetchFromSourcehut {
owner = "~rjarry";
repo = "aerc";
rev = version;
hash = "sha256-0ZSmmmj5PpSORL0s0SSNoZGzct9Ps8j0ILAUCpJOOBw=";
hash = "sha256-IBTM3Ersm8yUCgiBLX8ozuvMEbfmY6eW5xvJD20UgRA=";
};
proxyVendor = true;
vendorHash = "sha256-WowRlAzyrfZi27JzskIDberiYt9PQkuS6H3hKqUP9qo=";
vendorHash = "sha256-O1j0J6vCE6rap5/fOTxlUpXAG5mgZf8CfNOB4VOBxms=";
nativeBuildInputs = [
scdoc