diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/apereo-cas/default.nix | 4 | ||||
-rw-r--r-- | third_party/nixpkgs/default.nix | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/third_party/apereo-cas/default.nix b/third_party/apereo-cas/default.nix index e9930774ecba..bda607c07287 100644 --- a/third_party/apereo-cas/default.nix +++ b/third_party/apereo-cas/default.nix @@ -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; diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index fdbd619cfa50..681c8b1b9da7 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -13,10 +13,10 @@ let # nixos-unstable, and the current stable channel of the latest NixOS # release. - # Tracking nixpkgs-unstable as of 2021-06-05. + # Tracking nixpkgs-unstable as of 2021-06-14. unstableHashes = { - commit = "2a1c29ef4bacac06f9b677931027bf053952618c"; - sha256 = "1gxkvp4bf222v23kpb7di8iay5gl2qyv5qwgmb10nzdr87avbcax"; + commit = "432fc2d9a67f92e05438dff5fdc2b39d33f77997"; + sha256 = "0npj480pxjzl5vjsbijsn275z48jpqpjp0q5xbwpr3fx6m8lcvr6"; }; # Tracking nixos-21.05 as of 2021-06-02. |