google-guest-oslogin: 20230821.01 -> 20230831.00

This commit is contained in:
R. Ryantm 2023-09-20 05:37:08 +00:00
parent 1839996831
commit 2ffd00f882

View File

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