We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a8841 commit 3475b40Copy full SHA for 3475b40
pkgs/by-name/ae/aerc/package.nix
@@ -14,17 +14,17 @@
14
15
buildGoModule rec {
16
pname = "aerc";
17
- version = "0.20.0";
+ version = "0.20.1";
18
19
src = fetchFromSourcehut {
20
owner = "~rjarry";
21
repo = "aerc";
22
rev = version;
23
- hash = "sha256-0ZSmmmj5PpSORL0s0SSNoZGzct9Ps8j0ILAUCpJOOBw=";
+ hash = "sha256-IBTM3Ersm8yUCgiBLX8ozuvMEbfmY6eW5xvJD20UgRA=";
24
};
25
26
proxyVendor = true;
27
- vendorHash = "sha256-WowRlAzyrfZi27JzskIDberiYt9PQkuS6H3hKqUP9qo=";
+ vendorHash = "sha256-O1j0J6vCE6rap5/fOTxlUpXAG5mgZf8CfNOB4VOBxms=";
28
29
nativeBuildInputs = [
30
scdoc
0 commit comments