Skip to content

Commit d5a8841

Browse files
committed
aerc: 0.19.0 -> 0.20.0
1 parent 605fb1e commit d5a8841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ae/aerc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
buildGoModule rec {
1616
pname = "aerc";
17-
version = "0.19.0";
17+
version = "0.20.0";
1818

1919
src = fetchFromSourcehut {
2020
owner = "~rjarry";
2121
repo = "aerc";
2222
rev = version;
23-
hash = "sha256-YlpR85jB6Il3UW4MTaf8pkilRVjkO0q/D/Yu+OiBX6Y=";
23+
hash = "sha256-0ZSmmmj5PpSORL0s0SSNoZGzct9Ps8j0ILAUCpJOOBw=";
2424
};
2525

2626
proxyVendor = true;

0 commit comments

Comments
 (0)