Skip to content

Commit

Permalink
codeberg-pages: 5.1 -> 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 22, 2024
1 parent 811c0af commit 728fc11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/codeberg-pages/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

buildGoModule rec {
pname = "codeberg-pages";
version = "5.1";
version = "6.1";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "Codeberg";
repo = "pages-server";
rev = "v${version}";
hash = "sha256-txWRYQnJCGVZ0/6pZdKkRFsdUe2B+A0Fy0/WJCiBVa0=";
hash = "sha256-zG+OicdwtiHm/Ji+xfB61leCq9Ni0ysXkh4pQRju7IA=";
};

vendorHash = "sha256-0JPnBf4NA4t+63cNMZYnB56y93nOc8Wn7TstRiHgvhk=";
vendorHash = "sha256-OmrkO++2vnIY7ay4q3oplDYDPWH1d5VSpDCBM6nD4rk=";

postPatch = ''
# disable httptest
Expand Down

0 comments on commit 728fc11

Please sign in to comment.