···1415buildGoPackage rec {
16 pname = "gitea";
17- version = "1.17.0";
1819 # not fetching directly from the git repo, because that lacks several vendor files for the web UI
20 src = fetchurl {
21 url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
22- sha256 = "sha256-oBbAg2xQ58dLBCjhcKMoUf32ckoFfnFQHL3z3pAKW1Y=";
23 };
2425 patches = [
···1415buildGoPackage rec {
16 pname = "gitea";
17+ version = "1.17.1";
1819 # not fetching directly from the git repo, because that lacks several vendor files for the web UI
20 src = fetchurl {
21 url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
22+ sha256 = "sha256-ttfhsIiCl5VcqfK7ap/CA7bqXxrc4cTVIX+M2S4YanY=";
23 };
2425 patches = [
···73 # extra `/`.
74 ./normalize-var.patch
75 ] # Prevent a compilation error on darwin
76- ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin-targetconditionals.patch;
07778 # TSAN requires XPC on Darwin, which we have no public/free source files for. We can depend on the Apple frameworks
79 # to get it, but they're unfree. Since LLVM is rather central to the stdenv, we patch out TSAN support so that Hydra
···73 # extra `/`.
74 ./normalize-var.patch
75 ] # Prevent a compilation error on darwin
76+ ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin-targetconditionals.patch
77+ ++ lib.optional stdenv.hostPlatform.isAarch32 ./armv7l.patch;
7879 # TSAN requires XPC on Darwin, which we have no public/free source files for. We can depend on the Apple frameworks
80 # to get it, but they're unfree. Since LLVM is rather central to the stdenv, we patch out TSAN support so that Hydra
···30 1 file changed, 1 insertion(+), 1 deletion(-)
3132diff --git a/lib/googlecloudsdk/api_lib/container/kubeconfig.py b/lib/googlecloudsdk/api_lib/container/kubeconfig.py
33+index 5975cb8f..b98e6721 100644
34--- a/lib/googlecloudsdk/api_lib/container/kubeconfig.py
35+++ b/lib/googlecloudsdk/api_lib/container/kubeconfig.py
36+@@ -396,7 +396,7 @@ def _AuthProvider(name='gcp',
37 if sdk_bin_path is None:
38 log.error(SDK_BIN_PATH_NOT_FOUND)
39 raise Error(SDK_BIN_PATH_NOT_FOUND)
40- cmd_path = os.path.join(sdk_bin_path, bin_name)
41+ cmd_path = bin_name
42+ try:
43+ # Print warning if gke-gcloud-auth-plugin is not present or executable
44+ _GetGkeGcloudPluginCommandAndPrintWarning()
00
+1-1
pkgs/tools/admin/google-cloud-sdk/update.sh
···56# Version of Google Cloud SDK from
7# https://cloud.google.com/sdk/docs/release-notes
8-VERSION="387.0.0"
910function genMainSrc() {
11 local url="${BASE_URL}-${VERSION}-${1}-${2}.tar.gz"
···56# Version of Google Cloud SDK from
7# https://cloud.google.com/sdk/docs/release-notes
8+VERSION="397.0.0"
910function genMainSrc() {
11 local url="${BASE_URL}-${VERSION}-${1}-${2}.tar.gz"
···535 google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # Added 2021-03-07
536 google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # Added 2021-03-07
537 gosca = throw "gosca has been dropped due to the lack of maintanence from upstream since 2018"; # Added 2022-06-30
538- gotags = throw "gotags has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
539 google-play-music-desktop-player = throw "GPMDP shows a black screen, upstream homepage is dead, use 'ytmdesktop' instead"; # Added 2022-06-16
540 go-langserver = throw "go-langserver has been replaced by gopls"; # Added 2022-06-30
541 go-mk = throw "go-mk has been dropped due to the lack of maintanence from upstream since 2015"; # Added 2022-06-02
···535 google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # Added 2021-03-07
536 google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # Added 2021-03-07
537 gosca = throw "gosca has been dropped due to the lack of maintanence from upstream since 2018"; # Added 2022-06-30
0538 google-play-music-desktop-player = throw "GPMDP shows a black screen, upstream homepage is dead, use 'ytmdesktop' instead"; # Added 2022-06-16
539 go-langserver = throw "go-langserver has been replaced by gopls"; # Added 2022-06-30
540 go-mk = throw "go-mk has been dropped due to the lack of maintanence from upstream since 2015"; # Added 2022-06-02