google-compute-engine-oslogin: 20200507.00 -> 20210429.00

This commit is contained in:
Andrey Kuznetsov 2021-05-04 10:39:14 +00:00
parent 93c5837be5
commit 500c17430a
No known key found for this signature in database
GPG key ID: 9EC1B2ACE338B18B

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "google-compute-engine-oslogin";
version = "20200507.00";
version = "20210429.00";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "guest-oslogin";
rev = version;
sha256 = "1np8c96sm29pwnxykc0id8kkgalhw576g43fgi1y936sr2hfvx3v";
sha256 = "eHAg9K5oxcygEzqaac81jSFHF+zsW6uB7q2Kfo9hSrA=";
};
postPatch = ''
@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
buildInputs = [ curl.dev pam ];
NIX_CFLAGS_COMPILE="-I${json_c.dev}/include/json-c";
NIX_CFLAGS_LINK="-L${json_c}/lib";
NIX_CFLAGS_COMPILE = "-I${json_c.dev}/include/json-c";
NIX_CFLAGS_LINK = "-L${json_c}/lib";
makeFlags = [
"VERSION=${version}"