summary refs log tree commit diff
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-08-21 12:15:53 -0400
committertechknowlogick <techknowlogick@gitea.io>2023-08-21 12:15:53 -0400
commit1b657b6d44534abaefa6d032d3a26f6b596a6321 (patch)
tree158c1f23982e8db3ba21db15ef72be4ac63fd975
parentf3d361869a34d6ca4cc600292477a210966ab907 (diff)
downloadnixpkgs-1b657b6d44534abaefa6d032d3a26f6b596a6321.tar
nixpkgs-1b657b6d44534abaefa6d032d3a26f6b596a6321.tar.gz
nixpkgs-1b657b6d44534abaefa6d032d3a26f6b596a6321.tar.bz2
nixpkgs-1b657b6d44534abaefa6d032d3a26f6b596a6321.tar.lz
nixpkgs-1b657b6d44534abaefa6d032d3a26f6b596a6321.tar.xz
nixpkgs-1b657b6d44534abaefa6d032d3a26f6b596a6321.tar.zst
nixpkgs-1b657b6d44534abaefa6d032d3a26f6b596a6321.zip
gitea: 1.20.2 -> 1.20.3
-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 c017b360c36..7da2ca8ffd9 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.2";
+  version = "1.20.3";
 
   # 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-a88ltflOcZQVWcEjC3r6rbPSk6LRtATcEQecYt/wg04=";
+    hash = "sha256-cn61Z5nYMmzSoHcDoXwuhm+IMn6+iIYPi7KxzO/b5Nw=";
   };
 
   vendorHash = null;