Skip to content

Commit

Permalink
mydumper: 0.17.0-1 -> 0.17.1-1 (#371781)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Jan 9, 2025
2 parents fc19530 + fb765b2 commit 1ee8e6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/my/mydumper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

stdenv.mkDerivation rec {
pname = "mydumper";
version = "0.17.0-1";
version = "0.17.1-1";

src = fetchFromGitHub {
owner = pname;
repo = pname;
tag = "v${version}";
hash = "sha256-ZLLctIBbw95iQ1LpBEGZBNlBxQy2oyductmOQXckN2Q=";
hash = "sha256-PidivIe9zzLeRpn9ECfF6qVmkP/Xd+6kIYQXo64V9fM=";
# as of mydumper v0.16.5-1, mydumper extracted its docs into a submodule
fetchSubmodules = true;
};
Expand All @@ -45,8 +45,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
# for docs
sphinx
python3Packages.furo
python3Packages.sphinx-copybutton
python3Packages.sphinx-inline-tabs
];

nativeInstallCheckInputs = [ versionCheckHook ];
Expand Down

0 comments on commit 1ee8e6f

Please sign in to comment.