google-guest-oslogin: 20230831.00 -> 20250821.00

Diff: https://github.com/GoogleCloudPlatform/guest-oslogin/compare/20230831.00...20250821.00

+4 -4
+4 -4
pkgs/by-name/go/google-guest-oslogin/package.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "google-guest-oslogin"; 13 - version = "20230831.00"; 13 + version = "20250821.00"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "GoogleCloudPlatform"; 17 17 repo = "guest-oslogin"; 18 18 rev = version; 19 - sha256 = "sha256-9QCB94HVbeLjioJuSN1Aa+EqFncojPoWFxw5mS9bDGw="; 19 + sha256 = "sha256-dvLr3rOzHs5gRbllxqmnkLlHUFYv9Hm2vz6AkwZoZy4="; 20 20 }; 21 21 22 22 postPatch = '' 23 23 # change sudoers dir from /var/google-sudoers.d to /run/google-sudoers.d (managed through systemd-tmpfiles) 24 - substituteInPlace src/pam/pam_oslogin_admin.cc --replace /var/google-sudoers.d /run/google-sudoers.d 24 + substituteInPlace src/oslogin_utils.cc --replace-fail /var/google-sudoers.d /run/google-sudoers.d 25 25 # fix "User foo not allowed because shell /bin/bash does not exist" 26 - substituteInPlace src/include/compat.h --replace /bin/bash /run/current-system/sw/bin/bash 26 + substituteInPlace src/include/compat.h --replace-fail /bin/bash /run/current-system/sw/bin/bash 27 27 ''; 28 28 29 29 buildInputs = [