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

otpclient: 4.0.0 -> 4.0.2
This commit is contained in:
Nick Cao 2024-08-10 11:34:58 -04:00 committed by GitHub
commit dca39a7ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "otpclient";
version = "4.0.0";
version = "4.0.2";
src = fetchFromGitHub {
owner = "paolostivanin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Ah1TWRxLFKgSDjnLO5XLIyo1hgD7EAlMHDbxxcOu4Yg=";
hash = "sha256-lSGXxwtys3V8dDTAW7l7+9VlF9tZQnWqNaV8neBvMRg=";
};
nativeBuildInputs = [