about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-06 14:21:05 +0100
committerRory& <root@rory.gay>2026-02-06 14:21:05 +0100
commit6de8f65769e6a42f09e20d0cad10acae8b278175 (patch)
treea80a1cf9c1d9bbe7e9b086bdcee9815fab23a85e
parentUpdate flake lock (diff)
downloadcgit-magenta-master.tar.xz
Nix: bump git to 2.53.0 HEAD master
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix

index c787628..efb8a37 100644 --- a/default.nix +++ b/default.nix
@@ -14,8 +14,8 @@ pkgs.cgit.overrideAttrs (oldAttrs: rec { # IMPORTANT: Remember to check which git version cgit-pink needs on every # version bump (look for "GIT_VER" in the top-level Makefile). gitSrc = fetchurl { - url = "mirror://kernel/software/scm/git/git-2.48.1.tar.xz"; - sha256 = "HF1UX13B61HpXSxQ2Y/fiLGja6H6MOmuXVOFxgJPgq0="; + url = "mirror://kernel/software/scm/git/git-2.53.0.tar.xz"; + sha256 = "WBi9fYCwYbu9/sikM9YJ3IgYoFmR9zH/xKVh4soYxlM="; }; homepage = "https://cgit.rory.gay/cgit-magenta.git/about/";