gmailctl: 0.9.0 -> 0.10.0, add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2021-12-10 03:25:25 +01:00
parent 9c16fb0784
commit 646d1192d8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gmailctl";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "mbrt";
repo = "gmailctl";
rev = "v${version}";
sha256 = "sha256-1gOixuOvPHEjnnDNNda9sktnhffovOfeG4XDrLRRMlE=";
sha256 = "sha256-JuE8+OW+qM6tir4A25tN2GTXQIkcKVE4uKbZNSTcNlA=";
};
nativeBuildInputs = [
@ -26,7 +26,7 @@ buildGoModule rec {
--zsh <($out/bin/gmailctl completion zsh)
'';
vendorSha256 = "sha256-Yv3OGHFOmenst/ujUgvCaSEjwwBf3W9n+55ztVhuWjo=";
vendorSha256 = "sha256-zEWEcv6G/9tmM6/+lhMFkyew3r/pvQRjvh74BENTYI4=";
doCheck = false;
@ -34,7 +34,6 @@ buildGoModule rec {
description = "Declarative configuration for Gmail filters";
homepage = "https://github.com/mbrt/gmailctl";
license = licenses.mit;
maintainers = [ maintainers.doronbehar ];
platforms = platforms.unix;
maintainers = with maintainers; [ doronbehar SuperSandro2000 ];
};
}