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

otpclient: 3.2.0 -> 3.2.1
This commit is contained in:
Weijia Wang 2023-12-17 19:22:05 +01:00 committed by GitHub
commit 70afcbada2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "otpclient";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "paolostivanin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-3ypEP5HQYXOyB2euvDDpKjpbCD67oE19wkmzQbyKxiI=";
hash = "sha256-R4vxggZ9bUSPar/QLRc172RGgPXuf9jUwK19kBKpT2w=";
};
nativeBuildInputs = [