We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d14995 + 1256175 commit 423832fCopy full SHA for 423832f
pkgs/by-name/sm/smbclient-ng/package.nix
@@ -6,14 +6,14 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "smbclient-ng";
9
- version = "2.1.6";
+ version = "2.1.7";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "p0dalirius";
14
repo = "smbclient-ng";
15
- rev = "refs/tags/${version}";
16
- hash = "sha256-T1OAiRL7AGMz12dFIPOESS77lVd62iaBt9vXCdzqJBQ=";
+ tag = version;
+ hash = "sha256-gZbXtgxB5GkypU6U2oe9miobBbwnz/eXs/yWkzVUCcc=";
17
};
18
19
pythonRelaxDeps = [
0 commit comments