We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bccbcf + f68cad2 commit 178182bCopy full SHA for 178182b
pkgs/applications/version-management/gitea/default.nix
@@ -20,12 +20,12 @@
20
21
buildGoModule rec {
22
pname = "gitea";
23
- version = "1.21.3";
+ version = "1.21.4";
24
25
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
26
src = fetchurl {
27
url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz";
28
- hash = "sha256-tJC9p7++lb3lD0yYR4qAtFOTRBQK2SkNCD6Tk+g9M78=";
+ hash = "sha256-bkRI2m7aHrQH5wQbm4MoygrF5da7j4i8Qd/aoMJbhS0=";
29
};
30
31
vendorHash = null;
0 commit comments