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

google-guest-oslogin: 20230808.00 -> 20230821.01
This commit is contained in:
Florian Klink 2023-08-28 11:41:45 +03:00 committed by GitHub
commit b21265ec87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "google-guest-oslogin";
version = "20230808.00";
version = "20230821.01";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "guest-oslogin";
rev = version;
sha256 = "sha256-6CHMnoPrfXFAgTyIoGPsMos9CaW6W0zcbpIG1j7DRqk=";
sha256 = "sha256-1/iXn4jN44eZCLRYCDSsEz7WDnTsAwxxB62jvIRjvoU=";
};
postPatch = ''