Skip to content

Commit

Permalink
[Backport release-24.05] forgejo: 7.0.11 -> 7.0.12 (#364761)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Dec 13, 2024
2 parents e84c1eb + fd468ed commit 6cdb512
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fo/forgejo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ let
in
buildGoModule rec {
pname = "forgejo";
version = "7.0.11";
version = "7.0.12";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "forgejo";
repo = "forgejo";
rev = "v${version}";
hash = "sha256-l2HuTwUu/hl86qsIw0F1AI3gYDy/WOZvg7kDP7dYHLE=";
hash = "sha256-8rX/w4EqZwbs1xaHEkwN02+PQQD7e9VAXVrCqYwm3o0=";
};

vendorHash = "sha256-hfbNyCQMQzDzJxFc2MPAR4+v/qNcnORiQNbwbbIA4Nw=";
vendorHash = "sha256-seC8HzndQ10LecU+ii3kCO3ZZeCc3lqAujWbMKwNbpI=";

subPackages = [ "." ];

Expand Down

0 comments on commit 6cdb512

Please sign in to comment.