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

otpclient: 3.1.7 -> 3.1.8
This commit is contained in:
Nick Cao 2023-06-21 20:40:04 -06:00 committed by GitHub
commit 14f4ba0007
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.1.7";
version = "3.1.8";
src = fetchFromGitHub {
owner = "paolostivanin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-TklVOUkdhWDG9GqHl0Sz9fah+Xp/M8xgSuDB1q4mljM=";
hash = "sha256-wwK8JI/IP89aRmetUXE+RlrqU8bpfIkzMZ9nF7qFe1Q=";
};
nativeBuildInputs = [