Delete 280369.patch
This commit is contained in:
parent
6b82d78566
commit
b5bbd63567
1 changed files with 0 additions and 82 deletions
|
@ -1,82 +0,0 @@
|
|||
diff --git a/pkgs/applications/version-management/gitlab/data.json b/pkgs/applications/version-management/gitlab/data.json
|
||||
index 8247763e63ba7d..461c83695d5c72 100644
|
||||
--- a/pkgs/applications/version-management/gitlab/data.json
|
||||
+++ b/pkgs/applications/version-management/gitlab/data.json
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
- "version": "16.7.0",
|
||||
- "repo_hash": "sha256-l5TkjkVny2zQLUfbscG6adkmkC1KjxMAeFbSyUA1UbI=",
|
||||
+ "version": "16.7.2",
|
||||
+ "repo_hash": "sha256-YIwZkmTVmxXlZ07lCUco9VEbylMvE92LQdFOeZXWB2M=",
|
||||
"yarn_hash": "1qxz2p969qg7kzyvhwxws5zwdw986gdq9gxllzi58c5c56jz49zf",
|
||||
"owner": "gitlab-org",
|
||||
"repo": "gitlab",
|
||||
- "rev": "v16.7.0-ee",
|
||||
+ "rev": "v16.7.2-ee",
|
||||
"passthru": {
|
||||
- "GITALY_SERVER_VERSION": "16.7.0",
|
||||
- "GITLAB_PAGES_VERSION": "16.7.0",
|
||||
+ "GITALY_SERVER_VERSION": "16.7.2",
|
||||
+ "GITLAB_PAGES_VERSION": "16.7.2",
|
||||
"GITLAB_SHELL_VERSION": "14.32.0",
|
||||
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.5.0",
|
||||
- "GITLAB_WORKHORSE_VERSION": "16.7.0"
|
||||
+ "GITLAB_WORKHORSE_VERSION": "16.7.2"
|
||||
}
|
||||
}
|
||||
diff --git a/pkgs/applications/version-management/gitlab/gitaly/default.nix b/pkgs/applications/version-management/gitlab/gitaly/default.nix
|
||||
index b56edca8fa9c2b..c2f295b3b589b9 100644
|
||||
--- a/pkgs/applications/version-management/gitlab/gitaly/default.nix
|
||||
+++ b/pkgs/applications/version-management/gitlab/gitaly/default.nix
|
||||
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
- version = "16.7.0";
|
||||
+ version = "16.7.2";
|
||||
package_version = "v${lib.versions.major version}";
|
||||
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
|
||||
|
||||
@@ -18,7 +18,7 @@ let
|
||||
owner = "gitlab-org";
|
||||
repo = "gitaly";
|
||||
rev = "v${version}";
|
||||
- hash = "sha256-YLynUHE1lb0dfsZsalz91jSSk1Y5r7kqT2AcE27xf04=";
|
||||
+ hash = "sha256-3R7x8eaUJqJ1mKlQ4kYThKyaSfSaow7lGx5EfNo+GNY=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-btWHZMy1aBSsUVs30IqrdBCO79XQvTMXxkxYURF2Nqs=";
|
||||
diff --git a/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix b/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
|
||||
index 596e5770edb292..c5a4065d4ccbc8 100644
|
||||
--- a/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
|
||||
+++ b/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
|
||||
@@ -2,14 +2,14 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gitlab-pages";
|
||||
- version = "16.7.0";
|
||||
+ version = "16.7.2";
|
||||
|
||||
# nixpkgs-update: no auto update
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-pages";
|
||||
rev = "v${version}";
|
||||
- hash = "sha256-8jODsK5+o1fEaTuFv6bXfZp4oA87JUQbTdYQn66DKJA=";
|
||||
+ hash = "sha256-rUSZDsQt6faNES3ibzo7fJqpzEmXRbbTXOkhOn7jggA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-NMky8v0YmN2pSeKJ7G0+DWAZvUx2JlwFbqPHvciYroM=";
|
||||
diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
|
||||
index c839269a1f9350..b3dec6385c28ef 100644
|
||||
--- a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
|
||||
+++ b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
|
||||
@@ -5,7 +5,7 @@ in
|
||||
buildGoModule rec {
|
||||
pname = "gitlab-workhorse";
|
||||
|
||||
- version = "16.7.0";
|
||||
+ version = "16.7.2";
|
||||
|
||||
# nixpkgs-update: no auto update
|
||||
src = fetchFromGitLab {
|
Loading…
Add table
Add a link
Reference in a new issue