Merge pull request #125765 from siraben/mmv-update

mmv: 2.0 -> 2.1
This commit is contained in:
Sandro 2021-06-05 16:42:22 +02:00 committed by GitHub
commit acc7bd6649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "mmv";
version = "2.0";
version = "2.1";
src = fetchFromGitHub {
owner = "rrthomas";
repo = "mmv";
rev = "v${version}";
sha256 = "sha256-MmxDk3PBtvK/thrh6x67M+nMdCDlOQQHkREqLmzF2Mk=";
sha256 = "sha256-3XWXOp30P/bOd+c7PC8duidewX8h0hk9VsEUw05dAE4=";
fetchSubmodules = true;
};