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
, lib
, fetchFromGitHub
, curl
, json_c
, pam
, bashInteractive
, curl
, fetchFromGitHub
, json_c
, nixosTests
, pam
}:
stdenv.mkDerivation rec {
pname = "google-compute-engine-oslogin";
version = "20200325.00";
version = "20200507.00";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "guest-oslogin";
rev = version;
sha256 = "03hk95pgzcgy6ginp8zdy0fbk88m6n65qq22jq490z1xwbjffm8r";
sha256 = "1np8c96sm29pwnxykc0id8kkgalhw576g43fgi1y936sr2hfvx3v";
};
postPatch = ''
@ -42,6 +43,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit (nixosTests) google-oslogin;
};
meta = with stdenv.lib; {
homepage = "https://github.com/GoogleCloudPlatform/compute-image-packages";
description = "OS Login Guest Environment for Google Compute Engine";