aerc: 0.19.0 -> 0.20.0

This commit is contained in:
Jeremy Baxter
2025-01-26 15:20:59 +13:00
parent 605fb1e640
commit d5a8841342
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "aerc";
version = "0.19.0";
version = "0.20.0";
src = fetchFromSourcehut {
owner = "~rjarry";
repo = "aerc";
rev = version;
hash = "sha256-YlpR85jB6Il3UW4MTaf8pkilRVjkO0q/D/Yu+OiBX6Y=";
hash = "sha256-0ZSmmmj5PpSORL0s0SSNoZGzct9Ps8j0ILAUCpJOOBw=";
};
proxyVendor = true;