mmv: 2.5 -> 2.5.1

This commit is contained in:
R. Ryantm 2023-08-12 08:40:38 +00:00
parent 7ad1b2d4e1
commit 35ceefe4b3

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;
};