+2
-2
pkgs/applications/version-management/gitea/default.nix
+2
-2
pkgs/applications/version-management/gitea/default.nix
···
7
7
8
8
buildGoPackage rec {
9
9
name = "gitea";
10
-
version = "1.7.5";
10
+
version = "1.7.6";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "go-gitea";
14
14
repo = "gitea";
15
15
rev = "v${version}";
16
-
sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3";
16
+
sha256 = "155lnp98dx80aqds91kw2kf6lss6jzk5nljaqmmzsvn701fh922q";
17
17
# Required to generate the same checksum on MacOS due to unicode encoding differences
18
18
# More information: https://github.com/NixOS/nixpkgs/pull/48128
19
19
extraPostFetch = ''