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

mmv: 2.5 -> 2.5.1
This commit is contained in:
Nick Cao 2023-08-13 00:50:24 -06:00 committed by GitHub
commit c98ac1c886
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.5";
version = "2.5.1";
src = fetchFromGitHub {
owner = "rrthomas";
repo = "mmv";
rev = "v${version}";
sha256 = "sha256-tQk3AwmUuhbxvFm9wiO7BM2GChGopvpCZAp8J9XCDF0=";
sha256 = "sha256-01MJjYVPfDaRkzitqKXTJZHbkkZTEaFoyYZEEMizHp0=";
fetchSubmodules = true;
};