about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-05-27 15:37:03 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-05-27 15:37:03 +0200
commitd492155dc6178a2a09411b651bb0bdafc707350e (patch)
tree70308ad3a1c290fcd897c4f99ee1d24f8a1ec4c1 /pkgs/applications
parentab9a7c1e35b845e32d05355265679c8fc6a98937 (diff)
gitea: 1.21.11 -> 1.22.0
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.22.0
Diffstat (limited to 'pkgs/applications')
-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 4b2105fda93c0..f7ef0d83c1324 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.21.11";
+  version = "1.22.0";
 
   # 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-TxysXw3lVdV/hlILztM+D7wIpeqXfglAy7Ak2AxnlEM=";
+    hash = "sha256-bU4u/RsE12InXjJ2ZvIL31z9AzB7XULyV0+ytAYnyjg=";
   };
 
   vendorHash = null;