alps: 2022-03-01
-> 2022-06-03
This commit is contained in:
parent
44dcb2dfb7
commit
b7717516d4
1 changed files with 5 additions and 5 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "alps";
|
||||
version = "2022-03-01";
|
||||
version = "2022-06-03";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~migadu";
|
||||
repo = "alps";
|
||||
rev = "f4523b51af0787795973b403b978ff74737a47ef";
|
||||
hash = "sha256-un1RGIABFhHKeXPXtLnGayyoGzfo5PZc8VBSHA0PAaw=";
|
||||
rev = "9cb23b09975e95f6a5952e3718eaf471c3e3510f";
|
||||
hash = "sha256-BUV1/BRIXHEf2FU1rdmNgueo8KSUlMKbIpAg2lFs3hA=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-Vg0k+YSMg6Ree/jkVV2VQ8RbSbQFUhmUN2MeTBxPeLo=";
|
||||
vendorSha256 = "sha256-cpY+lYM/nAX3nUaFknrRAavxDk8UDzJkoqFjJ1/KWeg=";
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
|
@ -19,6 +19,6 @@ buildGoModule rec {
|
|||
description = "A simple and extensible webmail.";
|
||||
homepage = "https://git.sr.ht/~migadu/alps";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ gordias ];
|
||||
maintainers = with maintainers; [ gordias booklearner ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue