mydumper: 0.19.3-3 -> 0.20.1-2

This commit is contained in:
R. Ryantm
2025-09-26 18:43:35 +00:00
parent 231b94ff35
commit 5a7e2f7922
+2 -2
View File
@@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "mydumper";
version = "0.19.3-3";
version = "0.20.1-2";
src = fetchFromGitHub {
owner = "mydumper";
repo = "mydumper";
tag = "v${version}";
hash = "sha256-CrjI6jwktBxKn7hgL8+pCikbtCFUK6z90Do9fWmLZlQ=";
hash = "sha256-ypFXxmKnG1yiJjvHGmYJJz5ZjhhGHCRklG7y83jypms=";
# as of mydumper v0.16.5-1, mydumper extracted its docs into a submodule
fetchSubmodules = true;
};