about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-12-15 09:35:51 +0100
committerGitHub <noreply@github.com>2023-12-15 09:35:51 +0100
commit61f8befe45f7d04690e9ac55bfd1864051fa983d (patch)
tree3caa7a1eb37fe8940707578b62693c3c2b6f87c9
parent507f399d01cd244d196ddffe12efe166615395c1 (diff)
parent99c14aab26339a8ae94da9da197d54a1508a0af2 (diff)
downloadnixlib-61f8befe45f7d04690e9ac55bfd1864051fa983d.tar
nixlib-61f8befe45f7d04690e9ac55bfd1864051fa983d.tar.gz
nixlib-61f8befe45f7d04690e9ac55bfd1864051fa983d.tar.bz2
nixlib-61f8befe45f7d04690e9ac55bfd1864051fa983d.tar.lz
nixlib-61f8befe45f7d04690e9ac55bfd1864051fa983d.tar.xz
nixlib-61f8befe45f7d04690e9ac55bfd1864051fa983d.tar.zst
nixlib-61f8befe45f7d04690e9ac55bfd1864051fa983d.zip
Merge pull request #274246 from Ma27/bump-gitea
gitea: 1.21.1 -> 1.21.2
-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 5cbc4a1bd493..b9c68c330cc6 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.1";
+  version = "1.21.2";
 
   # 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-5WEHUMQsQNgrglS+xJ4IWHUl0a6RLLPyx0l+ECJ4R9g=";
+    hash = "sha256-+zG4tyJjSwocIDVwOj4RhwF7h/6WBCOG/6j4B1ADXas=";
   };
 
   vendorHash = null;