Skip to content

Commit 178182b

Browse files
authored
Merge pull request #281543 from SuperSandro2000/gitea
gitea: 1.21.3 -> 1.21.4
2 parents 0bccbcf + f68cad2 commit 178182b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/version-management/gitea/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020

2121
buildGoModule rec {
2222
pname = "gitea";
23-
version = "1.21.3";
23+
version = "1.21.4";
2424

2525
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
2626
src = fetchurl {
2727
url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz";
28-
hash = "sha256-tJC9p7++lb3lD0yYR4qAtFOTRBQK2SkNCD6Tk+g9M78=";
28+
hash = "sha256-bkRI2m7aHrQH5wQbm4MoygrF5da7j4i8Qd/aoMJbhS0=";
2929
};
3030

3131
vendorHash = null;

0 commit comments

Comments
 (0)