Merge pull request #245035 from r-ryantm/auto-update/mmv

mmv: 2.4 -> 2.5
This commit is contained in:
Nick Cao 2023-07-23 22:41:31 -06:00 committed by GitHub
commit 3dc25c52d0
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.4";
version = "2.5";
src = fetchFromGitHub {
owner = "rrthomas";
repo = "mmv";
rev = "v${version}";
sha256 = "sha256-0Zj58su/4XRjK2KuzIIzTLbXgKa0WSa1mBH2q4pLTrI=";
sha256 = "sha256-tQk3AwmUuhbxvFm9wiO7BM2GChGopvpCZAp8J9XCDF0=";
fetchSubmodules = true;
};