Merge pull request #171226 from SuperSandro2000/gmailctl

gmailctl: unstable-2022-03-24 -> 0.10.2
main
Doron Behar 2 years ago committed by GitHub
commit d33eace057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      pkgs/applications/networking/gmailctl/default.nix

@ -6,18 +6,16 @@
buildGoModule rec {
pname = "gmailctl";
# on an unstable version because of https://github.com/mbrt/gmailctl/issues/232
# and https://github.com/mbrt/gmailctl/commit/484bb689866987580e0576165180ef06375a543f
version = "unstable-2022-03-24";
version = "0.10.2";
src = fetchFromGitHub {
owner = "mbrt";
repo = "gmailctl";
rev = "484bb689866987580e0576165180ef06375a543f";
sha256 = "sha256-hIoS64QEDJ1qq3KJ2H8HjgQl8SxuIo+xz7Ot8CdjjQA=";
rev = "v${version}";
sha256 = "sha256-tj+jKJuKwuqic/qfaUbf+Tao1X2FW0VVoGwqyx3q+go=";
};
vendorSha256 = "sha256-KWM20a38jZ3/a45313kxY2LaCQyiNMEdfdIV78phrBo=";
vendorSha256 = "sha256-aBw9C488a3Wxde3QCCU0eiagiRYOS9mkjcCsB2Mrdr0=";
nativeBuildInputs = [
installShellFiles

Loading…
Cancel
Save