Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c8f31490fd0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c07f5310879
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Mar 30, 2019

  1. gitea: 1.7.1 -> 1.7.3

    (cherry picked from commit 1246a73)
    Milan Pässler authored and etu committed Mar 30, 2019
    Copy the full SHA
    602c2b4 View commit details
  2. Copy the full SHA
    ff9c6cb View commit details
  3. Merge pull request #58578 from etu/backport-update-gitea

    [19.03] gitea: 1.7.1 -> 1.7.5
    srhb authored Mar 30, 2019
    Copy the full SHA
    8c07f53 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/version-management/gitea/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@
with stdenv.lib;

buildGoPackage rec {
name = "gitea-${version}";
version = "1.7.1";
pname = "gitea";
version = "1.7.5";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "1r13l7h4146729lwif45bkzn36sgg6an0qbhgvj8w3zp035c00k3";
sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3";
# Required to generate the same checksum on MacOS due to unicode encoding differences
# More information: https://github.com/NixOS/nixpkgs/pull/48128
extraPostFetch = ''