pam_u2f: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2022-08-01 04:56:14 +00:00
parent 5857574d45
commit f0af71a992

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pam_u2f";
version = "1.2.0";
version = "1.2.1";
src = fetchurl {
url = "https://developers.yubico.com/pam-u2f/Releases/${pname}-${version}.tar.gz";
sha256 = "sha256-IwPm+Zsf3o7jw6sopN4tpt3SJclTaT6EXWstg4giH7M=";
sha256 = "sha256-cOdBvKGXtktPvo3R9tV84ritWMp4Y1LFJfPy1EEliUw=";
};
nativeBuildInputs = [ pkg-config ];