otpclient: 3.5.2 -> 3.6.0

This commit is contained in:
R. Ryantm 2024-03-15 23:29:42 +00:00
parent b1d4798935
commit 77f71141ed

View File

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