3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #155294 from dpatterbee/aerc-0.7.1

aerc: 0.6.0 -> 0.7.1
This commit is contained in:
Renaud 2022-01-20 23:07:27 +01:00 committed by GitHub
commit 010abff932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "aerc";
version = "0.6.0";
version = "0.7.1";
src = fetchFromSourcehut {
owner = "~rjarry";
repo = pname;
rev = version;
sha256 = "sha256-RaHigTp1YGkjQ46gFLhKcJuajekcCgfozu0ndCNq5Ac=";
sha256 = "sha256-wiylBBqnivDnMUyCg3Zateu4jcjicTfrQFALT8dg5No=";
};
proxyVendor = true;
vendorSha256 = "sha256-ZFs2CXmNZpGae7bD15yTh3w6b00C7AgOwGuz72d2wHs=";
vendorSha256 = "sha256-3BbKf2xSzXznCB5UU/cThVg329GSeJG9KwjaS+tN3Rs=";
doCheck = false;