Skip to content

Commit

Permalink
Merge pull request #301625 from emilylange/forgejo
Browse files Browse the repository at this point in the history
forgejo: 1.21.8-0 -> 1.21.10-0
  • Loading branch information
adamcstephens committed Apr 4, 2024
2 parents 33017e0 + fefb9a6 commit ef0fcb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/version-management/forgejo/default.nix
Expand Up @@ -24,7 +24,7 @@ let
pname = "forgejo-frontend";
inherit (forgejo) src version;

npmDepsHash = "sha256-I7eq9PB2Od7aaji+VrZj05VVCsGtCiXEMy88xrA8Ktg=";
npmDepsHash = "sha256-uMPy4cqMDNZTpF+pk7YibXEJO1zxVfwlCeFzGgJBiU0=";

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

src = fetchFromGitea {
domain = "codeberg.org";
owner = "forgejo";
repo = "forgejo";
rev = "v${version}";
hash = "sha256-eIxITMvb1q4L2lejbmuPPQ8XG5YYjTo+9RosPEJgZ3g=";
hash = "sha256-uCRAT9RiU9S+tP9alNshSQwbUgLmU9wE5HIQ4FPmXVE=";
# Forgejo has multiple different version strings that need to be provided
# via ldflags. main.ForgejoVersion for example is a combination of a
# hardcoded gitea compatibility version string (in the Makefile) and
Expand All @@ -65,7 +65,7 @@ buildGoModule rec {
'';
};

vendorHash = "sha256-+1apPnqbIfp2Nu1ieI2DdHo4gndZObmcq/Td+ZtkILM=";
vendorHash = "sha256-pgUSmM2CxYO8DralWoeR2groQxpxo9WtRcToYeaHXGk=";

subPackages = [ "." ];

Expand Down

0 comments on commit ef0fcb6

Please sign in to comment.