Skip to content

Commit

Permalink
forgejo: 7.0.11 -> 7.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange committed Dec 13, 2024
1 parent dc51d2e commit fd468ed
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 fd468ed

Please sign in to comment.