otpclient: 3.7.0 -> 4.0.0

This commit is contained in:
R. Ryantm 2024-07-31 10:57:24 +00:00
parent 23324f86c5
commit d82d2c4919

View File

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