google-guest-oslogin: 20250821.00 -> 20260214.00

Bumped guest-oslogin

Update pkgs/by-name/go/google-guest-oslogin/package.nix

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
Kevin Silmore
2026-02-15 10:18:41 -05:00
co-authored by Pol Dellaiera
parent 61009f3d7b
commit ccb46ede6e
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "google-guest-oslogin";
version = "20250821.00";
version = "20260214.00";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "guest-oslogin";
rev = finalAttrs.version;
sha256 = "sha256-dvLr3rOzHs5gRbllxqmnkLlHUFYv9Hm2vz6AkwZoZy4=";
hash = "sha256-xMelRZ3OGQwZLOC03TjpUcXWqsViVWffIZcSVLz58S4=";
};
postPatch = ''
@@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
"MANDIR=$(out)/share/man"
"SYSTEMDDIR=$(out)/etc/systemd/system"
"PRESETDIR=$(out)/etc/systemd/system-preset"
"GOOGLEUSERSDIR=$(out)/google-users.d" # A readme is installed to this directory
];
postInstall = ''