mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
gmailctl: update vendorSha256
This commit is contained in:
parent
1097381d40
commit
1f2ef55547
@ -26,7 +26,7 @@ buildGoModule rec {
|
||||
--zsh <($out/bin/gmailctl completion zsh)
|
||||
'';
|
||||
|
||||
vendorSha256 = "sha256-zEWEcv6G/9tmM6/+lhMFkyew3r/pvQRjvh74BENTYI4=";
|
||||
vendorSha256 = "sha256-nAczO439tRiQU9f9LbJVENJiURVRnBAInwUp699RxOY=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -22342,7 +22342,9 @@ with pkgs;
|
||||
|
||||
gfxtablet = callPackage ../os-specific/linux/gfxtablet {};
|
||||
|
||||
gmailctl = callPackage ../applications/networking/gmailctl {};
|
||||
gmailctl = callPackage ../applications/networking/gmailctl {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
gomp = callPackage ../applications/version-management/gomp { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user