+3
-3
pkgs/applications/version-management/gitea/default.nix
+3
-3
pkgs/applications/version-management/gitea/default.nix
···
6
6
with stdenv.lib;
7
7
8
8
buildGoPackage rec {
9
-
name = "gitea-${version}";
10
-
version = "1.7.3";
9
+
name = "gitea";
10
+
version = "1.7.5";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "go-gitea";
14
14
repo = "gitea";
15
15
rev = "v${version}";
16
-
sha256 = "0q33xn2l2ii8vd3hxr0f6ipk8mv2ahb3p8fzdzylhgg9w15snvsr";
16
+
sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3";
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 = ''