smbclient-ng: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm
2026-07-13 11:35:00 +00:00
parent 4f4f5fea15
commit c428ae6e00
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "smbclient-ng";
version = "3.0.0";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "p0dalirius";
repo = "smbclient-ng";
tag = finalAttrs.version;
hash = "sha256-W0f+PxPjI5raIjUNK7fcfPvFugrJxLZTWZPpX/6P56w=";
hash = "sha256-y/tTAyo9ouobSRFjP53rUm2Lzm5m5IfCdX7ZOpllwTE=";
};
pythonRelaxDeps = [