infisicalsdk: 1.0.14 -> 1.0.15

This commit is contained in:
R. Ryantm
2026-01-24 16:03:11 +00:00
parent a4e35412aa
commit 43f0b584e6
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonPackage rec {
pname = "infisicalsdk";
version = "1.0.14";
version = "1.0.15";
pyproject = true;
src = fetchFromGitHub {
owner = "Infisical";
repo = "python-sdk-official";
tag = "v${version}";
hash = "sha256-oQdrrNJ8eoV5JWG7pTP3V8ptLg93DGCgWnTU9AVRG2Q=";
hash = "sha256-ZmX3j6BxMWP0+7AvJx/3szDk2O5COHDes3pJQaqf4Yc=";
};
build-system = [ python3Packages.setuptools ];