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:
Florian Klink 2020-05-21 18:53:04 +02:00 committed by GitHub
commit 4f6cd4f6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";