Merge pull request #181401 from yayayayaka/gitlab-bump-git-to-2.35.4
nixos/gitlab: Bump git to 2.35.4
This commit is contained in:
commit
d012de5b1d
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ let
|
||||||
# https://gitlab.com/gitlab-org/gitlab/-/issues/360783#note_992870101.
|
# https://gitlab.com/gitlab-org/gitlab/-/issues/360783#note_992870101.
|
||||||
gitPackage =
|
gitPackage =
|
||||||
let
|
let
|
||||||
version = "2.35.3";
|
version = "2.35.4";
|
||||||
in
|
in
|
||||||
pkgs.git.overrideAttrs (oldAttrs: rec {
|
pkgs.git.overrideAttrs (oldAttrs: rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
|
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
|
||||||
sha256 = "sha256-FenbT5vy7Z//MMtioAxcfAkBAV9asEjNtOiwTd7gD6I=";
|
sha256 = "sha256-mv13OdNkXggeKQkJ+47QcJ6lYmcw6Qjri1ZJ2ETCTOk=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue