chore(3p/nixpkgs): Bump unstable channel to 2021-06-14

Included fixes:

* 3p/apereo-cas: Don't use stdenv.lib
* grfn/system: Bump Linux to 5.12 (5.11 is gone)

Change-Id: Ie32d476e659ba482418d4035333c2797a7dbd106
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3211
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2021-06-14 23:17:51 +02:00 committed by tazjin
parent 417d1c8a49
commit 1a4465d7d3
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
let
name = "apereo-cas-${version}";
@ -8,7 +8,7 @@ let
jdk = pkgs.jdk11;
gradle = pkgs.gradle_6;
meta = with pkgs.stdenvNoCC.lib; {
meta = with lib; {
homepage = "https://www.apereo.org/projects/cas";
description = "CAS provides enterprise single sign-on for the Web";
platforms = platforms.linux;