Skip to content

Commit 126c05a

Browse files
authored
aerc: 0.20.0 -> 0.20.1 (#377445)
2 parents b345f55 + 3475b40 commit 126c05a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515

1616
buildGoModule rec {
1717
pname = "aerc";
18-
version = "0.20.0";
18+
version = "0.20.1";
1919

2020
src = fetchFromSourcehut {
2121
owner = "~rjarry";
2222
repo = "aerc";
2323
rev = version;
24-
hash = "sha256-0ZSmmmj5PpSORL0s0SSNoZGzct9Ps8j0ILAUCpJOOBw=";
24+
hash = "sha256-IBTM3Ersm8yUCgiBLX8ozuvMEbfmY6eW5xvJD20UgRA=";
2525
};
2626

2727
proxyVendor = true;
28-
vendorHash = "sha256-WowRlAzyrfZi27JzskIDberiYt9PQkuS6H3hKqUP9qo=";
28+
vendorHash = "sha256-O1j0J6vCE6rap5/fOTxlUpXAG5mgZf8CfNOB4VOBxms=";
2929

3030
nativeBuildInputs = [
3131
scdoc

0 commit comments

Comments
 (0)