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

otpclient: 3.7.0 -> 4.0.0
This commit is contained in:
Nick Cao
2024-08-03 10:47:03 -04:00
committed by GitHub
+2 -2
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 = [