File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525
2626stdenv . mkDerivation rec {
2727 pname = "mydumper" ;
28- version = "0.17.0 -1" ;
28+ version = "0.17.1 -1" ;
2929
3030 src = fetchFromGitHub {
3131 owner = pname ;
3232 repo = pname ;
3333 tag = "v${ version } " ;
34- hash = "sha256-ZLLctIBbw95iQ1LpBEGZBNlBxQy2oyductmOQXckN2Q =" ;
34+ hash = "sha256-PidivIe9zzLeRpn9ECfF6qVmkP/Xd+6kIYQXo64V9fM =" ;
3535 # as of mydumper v0.16.5-1, mydumper extracted its docs into a submodule
3636 fetchSubmodules = true ;
3737 } ;
@@ -45,8 +45,11 @@ stdenv.mkDerivation rec {
4545 nativeBuildInputs = [
4646 cmake
4747 pkg-config
48+ # for docs
4849 sphinx
4950 python3Packages . furo
51+ python3Packages . sphinx-copybutton
52+ python3Packages . sphinx-inline-tabs
5053 ] ;
5154
5255 nativeInstallCheckInputs = [ versionCheckHook ] ;
You can’t perform that action at this time.
0 commit comments