smbclient-ng: 2.1.7 -> 3.0.0

This commit is contained in:
R. Ryantm
2026-02-04 13:54:51 +00:00
parent 822089b75a
commit 2419542174
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "smbclient-ng";
version = "2.1.7";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "p0dalirius";
repo = "smbclient-ng";
tag = version;
hash = "sha256-gZbXtgxB5GkypU6U2oe9miobBbwnz/eXs/yWkzVUCcc=";
hash = "sha256-W0f+PxPjI5raIjUNK7fcfPvFugrJxLZTWZPpX/6P56w=";
};
pythonRelaxDeps = [