Merge pull request #167348 from r-ryantm/auto-update/otpclient

otpclient: 2.4.9.1 -> 2.5.1
This commit is contained in:
Bobby Rong 2022-04-12 12:09:06 +08:00 committed by GitHub
commit ad5ca78dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "otpclient"; pname = "otpclient";
version = "2.4.9.1"; version = "2.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "paolostivanin"; owner = "paolostivanin";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-QcdPyuwbGK12Kul+gGTfRGmXfghr0qugpBEcrgATOT4="; sha256 = "sha256-VUrLbGaDfPE+Ak20ZCJDmO/sgBzdf4S+SqvyQ7F6SQU=";
}; };
buildInputs = [ gtk3 jansson libgcrypt libzip libpng libcotp zbar ]; buildInputs = [ gtk3 jansson libgcrypt libzip libpng libcotp zbar ];