Skip to content

Commit

Permalink
forgejo: 7.0.7 -> 7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Aug 29, 2024
1 parent 27e85bd commit 8971800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fo/forgejo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ let
in
buildGoModule rec {
pname = "forgejo";
version = "7.0.7";
version = "7.0.8";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "forgejo";
repo = "forgejo";
rev = "v${version}";
hash = "sha256-Xk5ElAfTjbz77Jv5VMbSW7q8qJ5vhNd3daNilNzDsY4=";
hash = "sha256-m6yToQQFM+4g8xhs572O4n4r06xeS3DozYHtAKwMjUg=";
};

vendorHash = "sha256-hfbNyCQMQzDzJxFc2MPAR4+v/qNcnORiQNbwbbIA4Nw=";
Expand Down

0 comments on commit 8971800

Please sign in to comment.