smbclient-ng: 2.1.5 -> 2.1.6

This commit is contained in:
R. Ryantm 2024-10-05 13:42:42 +00:00
parent d786d01725
commit e76951022d

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "smbclient-ng"; pname = "smbclient-ng";
version = "2.1.5"; version = "2.1.6";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "p0dalirius"; owner = "p0dalirius";
repo = "smbclient-ng"; repo = "smbclient-ng";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-5ObqmCvMoBuQOPbQATrIVzxnxrJtvB+iUJSS7sqs6hI="; hash = "sha256-T1OAiRL7AGMz12dFIPOESS77lVd62iaBt9vXCdzqJBQ=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [