Loading pkgs/applications/version-management/gitlab/data.json +6 −6 Original line number Diff line number Diff line { "version": "16.10.1", "repo_hash": "sha256-Bd2BvdWUJJm+hJZHFaW2PyMdaNTZWArpaQ3nY06BBBY=", "version": "16.10.2", "repo_hash": "sha256-hKd++fjBaCidBB9DbitWTJjvmiXU0iN1HY4S2gtscW8=", "yarn_hash": "0yzywfg4lqxjwm5cqsm4bn97zcrfvpnrs8rjrv9wv3xqvi9h9skd", "owner": "gitlab-org", "repo": "gitlab", "rev": "v16.10.1-ee", "rev": "v16.10.2-ee", "passthru": { "GITALY_SERVER_VERSION": "16.10.1", "GITLAB_PAGES_VERSION": "16.10.1", "GITALY_SERVER_VERSION": "16.10.2", "GITLAB_PAGES_VERSION": "16.10.2", "GITLAB_SHELL_VERSION": "14.34.0", "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.8.0", "GITLAB_WORKHORSE_VERSION": "16.10.1" "GITLAB_WORKHORSE_VERSION": "16.10.2" } } pkgs/applications/version-management/gitlab/gitaly/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ }: let version = "16.10.1"; version = "16.10.2"; package_version = "v${lib.versions.major version}"; gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}"; Loading @@ -18,7 +18,7 @@ let owner = "gitlab-org"; repo = "gitaly"; rev = "v${version}"; hash = "sha256-YMvxSQcvFj/ugTGjTThmwi1V9M+rc3fldrmChWzXKR8="; hash = "sha256-oV6MV9W5kC43orMn78A3UpuR71crN7tcN3xy56S/Ar0="; }; vendorHash = "sha256-zaldiRg7fk/HncpfR7k+dDprsOp1ziQHgX8B4l7bwe0="; Loading pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildGoModule rec { pname = "gitlab-container-registry"; version = "3.91.0"; version = "3.92.0"; rev = "v${version}-gitlab"; # nixpkgs-update: no auto update Loading @@ -10,7 +10,7 @@ buildGoModule rec { owner = "gitlab-org"; repo = "container-registry"; inherit rev; hash = "sha256-C6tCwVfVZ9CMP0X5NiOdPAuSz5yeu9LAnvOPrq2QLJo="; hash = "sha256-NHpqfqv3RCbWZilhXLGnQTN+ytzifAix6mcLk5Bw124="; }; vendorHash = "sha256-KZWdM8Q8ipsgm7OoLyOuHo+4Vg2Nve+yZtTSUDgjOW4="; Loading pkgs/applications/version-management/gitlab/gitlab-pages/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ buildGoModule rec { pname = "gitlab-pages"; version = "16.10.1"; version = "16.10.2"; # nixpkgs-update: no auto update src = fetchFromGitLab { owner = "gitlab-org"; repo = "gitlab-pages"; rev = "v${version}"; hash = "sha256-jUTUYbkUad2WrI8lkktd2pr3+GPraEUXT+efOb7JcKw="; hash = "sha256-lJYQBNJFAVq9SKS1gc2rhdE3qFO7x7xcCXT4hlDwtB8="; }; vendorHash = "sha256-WrR4eZRAuYkhr7ZqP7OXqJ6uwvxzn+t+3OdBNcNaq0M="; Loading pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ in buildGoModule rec { pname = "gitlab-workhorse"; version = "16.10.1"; version = "16.10.2"; # nixpkgs-update: no auto update src = fetchFromGitLab { Loading Loading
pkgs/applications/version-management/gitlab/data.json +6 −6 Original line number Diff line number Diff line { "version": "16.10.1", "repo_hash": "sha256-Bd2BvdWUJJm+hJZHFaW2PyMdaNTZWArpaQ3nY06BBBY=", "version": "16.10.2", "repo_hash": "sha256-hKd++fjBaCidBB9DbitWTJjvmiXU0iN1HY4S2gtscW8=", "yarn_hash": "0yzywfg4lqxjwm5cqsm4bn97zcrfvpnrs8rjrv9wv3xqvi9h9skd", "owner": "gitlab-org", "repo": "gitlab", "rev": "v16.10.1-ee", "rev": "v16.10.2-ee", "passthru": { "GITALY_SERVER_VERSION": "16.10.1", "GITLAB_PAGES_VERSION": "16.10.1", "GITALY_SERVER_VERSION": "16.10.2", "GITLAB_PAGES_VERSION": "16.10.2", "GITLAB_SHELL_VERSION": "14.34.0", "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.8.0", "GITLAB_WORKHORSE_VERSION": "16.10.1" "GITLAB_WORKHORSE_VERSION": "16.10.2" } }
pkgs/applications/version-management/gitlab/gitaly/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ }: let version = "16.10.1"; version = "16.10.2"; package_version = "v${lib.versions.major version}"; gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}"; Loading @@ -18,7 +18,7 @@ let owner = "gitlab-org"; repo = "gitaly"; rev = "v${version}"; hash = "sha256-YMvxSQcvFj/ugTGjTThmwi1V9M+rc3fldrmChWzXKR8="; hash = "sha256-oV6MV9W5kC43orMn78A3UpuR71crN7tcN3xy56S/Ar0="; }; vendorHash = "sha256-zaldiRg7fk/HncpfR7k+dDprsOp1ziQHgX8B4l7bwe0="; Loading
pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildGoModule rec { pname = "gitlab-container-registry"; version = "3.91.0"; version = "3.92.0"; rev = "v${version}-gitlab"; # nixpkgs-update: no auto update Loading @@ -10,7 +10,7 @@ buildGoModule rec { owner = "gitlab-org"; repo = "container-registry"; inherit rev; hash = "sha256-C6tCwVfVZ9CMP0X5NiOdPAuSz5yeu9LAnvOPrq2QLJo="; hash = "sha256-NHpqfqv3RCbWZilhXLGnQTN+ytzifAix6mcLk5Bw124="; }; vendorHash = "sha256-KZWdM8Q8ipsgm7OoLyOuHo+4Vg2Nve+yZtTSUDgjOW4="; Loading
pkgs/applications/version-management/gitlab/gitlab-pages/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ buildGoModule rec { pname = "gitlab-pages"; version = "16.10.1"; version = "16.10.2"; # nixpkgs-update: no auto update src = fetchFromGitLab { owner = "gitlab-org"; repo = "gitlab-pages"; rev = "v${version}"; hash = "sha256-jUTUYbkUad2WrI8lkktd2pr3+GPraEUXT+efOb7JcKw="; hash = "sha256-lJYQBNJFAVq9SKS1gc2rhdE3qFO7x7xcCXT4hlDwtB8="; }; vendorHash = "sha256-WrR4eZRAuYkhr7ZqP7OXqJ6uwvxzn+t+3OdBNcNaq0M="; Loading
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ in buildGoModule rec { pname = "gitlab-workhorse"; version = "16.10.1"; version = "16.10.2"; # nixpkgs-update: no auto update src = fetchFromGitLab { Loading