Skip to content

Commit 423832f

Browse files
authored
smbclient-ng: 2.1.6 -> 2.1.7 (#363447)
2 parents 1d14995 + 1256175 commit 423832f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sm/smbclient-ng/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "smbclient-ng";
9-
version = "2.1.6";
9+
version = "2.1.7";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "p0dalirius";
1414
repo = "smbclient-ng";
15-
rev = "refs/tags/${version}";
16-
hash = "sha256-T1OAiRL7AGMz12dFIPOESS77lVd62iaBt9vXCdzqJBQ=";
15+
tag = version;
16+
hash = "sha256-gZbXtgxB5GkypU6U2oe9miobBbwnz/eXs/yWkzVUCcc=";
1717
};
1818

1919
pythonRelaxDeps = [

0 commit comments

Comments
 (0)