From 7578ec44dc24911cac5acd13f97d2c18bc003bf1 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 13 Apr 2019 11:52:16 +0200 Subject: [PATCH] gitea: 1.7.5 -> 1.7.6 From [release notes](https://github.com/go-gitea/gitea/releases/tag/v1.7.6): SECURITY: Prevent remote code execution vulnerability with mirror repo URL settings --- pkgs/applications/version-management/gitea/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/gitea/default.nix b/pkgs/applications/version-management/gitea/default.nix index 38aa63c1ab0..69d8876510e 100644 --- a/pkgs/applications/version-management/gitea/default.nix +++ b/pkgs/applications/version-management/gitea/default.nix @@ -8,13 +8,13 @@ with stdenv.lib; buildGoPackage rec { pname = "gitea"; - version = "1.7.5"; + version = "1.7.6"; src = fetchFromGitHub { owner = "go-gitea"; repo = "gitea"; rev = "v${version}"; - sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3"; + sha256 = "155lnp98dx80aqds91kw2kf6lss6jzk5nljaqmmzsvn701fh922q"; # Required to generate the same checksum on MacOS due to unicode encoding differences # More information: https://github.com/NixOS/nixpkgs/pull/48128 extraPostFetch = ''