File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/ssh2-python Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "ssh2-python" ;
14- version = "1.1.2" ;
14+ version = "1.1.2.post1 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "ParallelSSH" ;
1818 repo = "ssh2-python" ;
1919 tag = version ;
20- hash = "sha256-nNMe7BTHI4O9Ueyq2YxtHat4BrrtiWGFkKHwUu/NtkM =" ;
20+ hash = "sha256-LHIj0lSAMJ+tUvIyMl0xT/i0N4U+HbiiD62WIXzboMU =" ;
2121 } ;
2222
2323 build-system = [ setuptools ] ;
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939 meta = {
4040 description = "Python bindings for libssh2 C library" ;
4141 homepage = "https://github.com/ParallelSSH/ssh2-python" ;
42- changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${ version } /Changelog.rst" ;
42+ changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${ src . tag } /Changelog.rst" ;
4343 license = lib . licenses . lgpl21Only ;
4444 maintainers = with lib . maintainers ; [ infinidoge ] ;
4545 } ;
You can’t perform that action at this time.
0 commit comments