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

otpclient: 4.0.0 -> 4.0.2
This commit is contained in:
Nick Cao
2024-08-10 11:34:58 -04:00
committed by GitHub
+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 = [