Skip to content

Commit 4c5d641

Browse files
committed
mydumper: 0.20.1-2 -> 0.21.1-1
1 parent 85c524e commit 4c5d641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
}:
2323
stdenv.mkDerivation rec {
2424
pname = "mydumper";
25-
version = "0.20.1-2";
25+
version = "0.21.1-1";
2626

2727
src = fetchFromGitHub {
2828
owner = "mydumper";
2929
repo = "mydumper";
3030
tag = "v${version}";
31-
hash = "sha256-ypFXxmKnG1yiJjvHGmYJJz5ZjhhGHCRklG7y83jypms=";
31+
hash = "sha256-6x0d1Ywgy6kkfDs3KsS6pRK0/3z9Ur7klO8xMTsoDPI=";
3232
# as of mydumper v0.16.5-1, mydumper extracted its docs into a submodule
3333
fetchSubmodules = true;
3434
};

0 commit comments

Comments
 (0)