otpclient: 4.0.0 -> 4.0.2

This commit is contained in:
R. Ryantm
2024-08-10 12:19:54 +00:00
parent 8987be1fef
commit 34944d14bf
+2 -2
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 = [