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

otpclient: 2.4.7 -> 2.4.8
This commit is contained in:
Renaud 2022-02-22 23:25:08 +01:00 committed by GitHub
commit d49b9ed896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "otpclient";
version = "2.4.7";
version = "2.4.8";
src = fetchFromGitHub {
owner = "paolostivanin";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UR7h+btmOSnpjkrQMiABcM1tOFjOhNVWuKYDF9qXfFo=";
sha256 = "sha256-2exqMYcxg0UxlH+ZANQv2MFii9dZ6nizB4vxGR9cAwk=";
};
buildInputs = [ gtk3 jansson libgcrypt libzip libpng libcotp zbar ];