Merge pull request #88507 from r-ryantm/auto-update/google-compute-engine-oslogin
google-compute-engine-oslogin: 20200325.00 -> 20200507.00
This commit is contained in:
commit
4f6cd4f6c6
@ -1,21 +1,22 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchFromGitHub
|
|
||||||
, curl
|
|
||||||
, json_c
|
|
||||||
, pam
|
|
||||||
, bashInteractive
|
, bashInteractive
|
||||||
|
, curl
|
||||||
|
, fetchFromGitHub
|
||||||
|
, json_c
|
||||||
|
, nixosTests
|
||||||
|
, pam
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "google-compute-engine-oslogin";
|
pname = "google-compute-engine-oslogin";
|
||||||
version = "20200325.00";
|
version = "20200507.00";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GoogleCloudPlatform";
|
owner = "GoogleCloudPlatform";
|
||||||
repo = "guest-oslogin";
|
repo = "guest-oslogin";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "03hk95pgzcgy6ginp8zdy0fbk88m6n65qq22jq490z1xwbjffm8r";
|
sha256 = "1np8c96sm29pwnxykc0id8kkgalhw576g43fgi1y936sr2hfvx3v";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -42,6 +43,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit (nixosTests) google-oslogin;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/GoogleCloudPlatform/compute-image-packages";
|
homepage = "https://github.com/GoogleCloudPlatform/compute-image-packages";
|
||||||
description = "OS Login Guest Environment for Google Compute Engine";
|
description = "OS Login Guest Environment for Google Compute Engine";
|
||||||
|
Loading…
Reference in New Issue
Block a user