about summary refs log tree commit diff
path: root/pkgs/applications/networking/gmailctl
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-12-10 03:25:25 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-12-10 03:26:04 +0100
commit646d1192d87e334d486e7fe32e1fc8a5831e7fef (patch)
treef268df5de21781580de6d809929303fb25128c55 /pkgs/applications/networking/gmailctl
parent9c16fb0784b090ff30af1cb1c2cedca0e1e080e9 (diff)
gmailctl: 0.9.0 -> 0.10.0, add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/applications/networking/gmailctl')
-rw-r--r--pkgs/applications/networking/gmailctl/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/networking/gmailctl/default.nix b/pkgs/applications/networking/gmailctl/default.nix
index 8d0b9915d0d7d..ff620989f9de8 100644
--- a/pkgs/applications/networking/gmailctl/default.nix
+++ b/pkgs/applications/networking/gmailctl/default.nix
@@ -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 ];
   };
 }