otpclient: 3.5.0 -> 3.5.2

This commit is contained in:
R. Ryantm 2024-03-12 04:51:47 +00:00
parent 52544c4a0a
commit ce0dd03d5f

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "otpclient";
version = "3.5.0";
version = "3.5.2";
src = fetchFromGitHub {
owner = "paolostivanin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-MiWEnyhHo6+3woWi4Vf75s+cfzJSPE0xdnvuPbsxrsc=";
hash = "sha256-0BpdyZIUvDRGadomYRhEq5YLoPXsF9d3tewIi+q6wFs=";
};
nativeBuildInputs = [