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: ded88c2c29b1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d9fedd43c7d7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2020

  1. nginx-sso: 0.22.0 -> 0.23.0

    bbigras committed Jan 6, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LnL7 Daiderd Jordan
    Copy the full SHA
    85cdf5f View commit details

Commits on Jan 8, 2020

  1. Merge pull request #77111 from bbigras/nginx-sso

    nginx-sso: 0.22.0 -> 0.23.0
    marsam authored Jan 8, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LnL7 Daiderd Jordan
    Copy the full SHA
    d9fedd4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/nginx-sso/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/nginx-sso/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "nginx-sso";
version = "0.22.0";
version = "0.23.0";
rev = "v${version}";

goPackagePath = "github.com/Luzifer/nginx-sso";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "Luzifer";
repo = "nginx-sso";
sha256 = "1kcyb7sbqna18yw3myi3c0imhh4hsa0h2k2y0bqfr2pqsnssz54a";
sha256 = "1wfk56xnjbx7cwrryrl3jy8zw7sz8akq55nsxiq2i6h3vafy4yaz";
};

postInstall = ''