Skip to content

Commit fb765b2

Browse files
committed
mydumper: 0.17.0-1 -> 0.17.1-1
1 parent 7e591a7 commit fb765b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/by-name/my/mydumper/package.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
stdenv.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 ];

0 commit comments

Comments
 (0)