Skip to content

Commit

Permalink
forgejo: 7.0.10 -> 7.0.11
Browse files Browse the repository at this point in the history
Release Notes: https://codeberg.org/forgejo/forgejo/milestone/8609

(cherry picked from commit 831c957)
  • Loading branch information
NyCodeGHG committed Nov 16, 2024
1 parent ad577bf commit 99922c9
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 @@ -25,7 +25,7 @@ let
pname = "forgejo-frontend";
inherit (forgejo) src version;

npmDepsHash = "sha256-RR1FVbyXgeXAWkNYjgleAE7hPqVur00bO1jF3WhGYKA=";
npmDepsHash = "sha256-suPR7qcxXuK8AJfk47EcQRWtSo5V3jad4Ci122lbBR0=";

patches = [
./package-json-npm-build-frontend.patch
Expand All @@ -40,14 +40,14 @@ let
in
buildGoModule rec {
pname = "forgejo";
version = "7.0.10";
version = "7.0.11";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "forgejo";
repo = "forgejo";
rev = "v${version}";
hash = "sha256-shPrbWuNmoSYXcL0QcgNjapdoWnO3/2h6eUFdMnteR4=";
hash = "sha256-l2HuTwUu/hl86qsIw0F1AI3gYDy/WOZvg7kDP7dYHLE=";
};

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

0 comments on commit 99922c9

Please sign in to comment.