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

google-guest-oslogin: 20211213.00 -> 20220205.00
This commit is contained in:
Florian Klink 2022-02-13 14:45:41 +01:00 committed by GitHub
commit 3b19cdd13e
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 = "20211213.00";
version = "20220205.00";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "guest-oslogin";
rev = version;
sha256 = "sha256-8RuLYdWfk8zPfoF06r5E/6eHQ7tziZbgGhZlLCUW600=";
sha256 = "sha256-CVJAWda8bn5MPO8ACLtosVvZzuxPbOj377WaysZdhDU=";
};
postPatch = ''