Skip to content

Commit 3475b40

Browse files
committed
aerc: 0.20.0 -> 0.20.1
1 parent d5a8841 commit 3475b40

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
@@ -14,17 +14,17 @@
1414

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

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

2626
proxyVendor = true;
27-
vendorHash = "sha256-WowRlAzyrfZi27JzskIDberiYt9PQkuS6H3hKqUP9qo=";
27+
vendorHash = "sha256-O1j0J6vCE6rap5/fOTxlUpXAG5mgZf8CfNOB4VOBxms=";
2828

2929
nativeBuildInputs = [
3030
scdoc

0 commit comments

Comments
 (0)