Merge pull request #183317 from r-ryantm/auto-update/google-guest-oslogin

google-guest-oslogin: 20220205.00 -> 20220721.00
This commit is contained in:
Florian Klink 2022-07-29 13:05:38 +07:00 committed by GitHub
commit 3ad96413d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "google-guest-oslogin";
version = "20220205.00";
version = "20220721.00";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "guest-oslogin";
rev = version;
sha256 = "sha256-CVJAWda8bn5MPO8ACLtosVvZzuxPbOj377WaysZdhDU=";
sha256 = "sha256-VIbejaHN9ANk+9vjpGAYS/SjHx4Tf7SkTqRD1svJRPU=";
};
postPatch = ''