google-authenticator: 1.10 -> 1.11

This commit is contained in:
R. Ryantm 2025-02-14 01:32:33 +00:00
parent 51c388cd92
commit d5ed0c352a

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "google-authenticator-libpam";
version = "1.10";
version = "1.11";
src = fetchFromGitHub {
owner = "google";
repo = "google-authenticator-libpam";
rev = version;
hash = "sha256-KEfwQeJIuRF+S3gPn+maDb8Fu0FRXLs2/Nlbjj2d3AE=";
hash = "sha256-cLMX5SdKvyQr3annc/Hhhz6XgY+BypRHASKRh6xTdmo=";
};
nativeBuildInputs = [ autoreconfHook ];