about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2023-10-03 15:46:45 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-10-03 18:26:54 +0200
commit80712090b193c4ffbabfc1738134f6e56588f7a4 (patch)
treec3be17bc08e2a9ac0f05f80d78df64063ebfe07a
parent812887f16ff1b5b2ae7a303074475fcc99ffcf6f (diff)
gitea: 1.20.4 -> 1.20.5
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
-rw-r--r--pkgs/applications/version-management/gitea/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitea/default.nix b/pkgs/applications/version-management/gitea/default.nix
index 423df13fbebb3..f21e58603368a 100644
--- a/pkgs/applications/version-management/gitea/default.nix
+++ b/pkgs/applications/version-management/gitea/default.nix
@@ -20,12 +20,12 @@
 
 buildGoModule rec {
   pname = "gitea";
-  version = "1.20.4";
+  version = "1.20.5";
 
   # not fetching directly from the git repo, because that lacks several vendor files for the web UI
   src = fetchurl {
     url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz";
-    hash = "sha256-96LI7/4FZy17KED2xc4UFyW4e47DZMuSnMw7loYYB8c=";
+    hash = "sha256-cH/AHsFXOdvfSfj9AZUd3l/RlYE06o1ByZu0vvGQuXw=";
   };
 
   vendorHash = null;