mmv: 2.8 -> 2.10

This commit is contained in:
R. Ryantm
2024-12-09 12:12:53 +00:00
parent 962bd73da6
commit e215eaaf3d
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "mmv";
version = "2.8";
version = "2.10";
src = fetchFromGitHub {
owner = "rrthomas";
repo = "mmv";
rev = "v${version}";
hash = "sha256-2RxVGSanuSSNzKX5Hgo7QelfGmaG9wF0fvklqrrGszg=";
hash = "sha256-h+hdrIQz+7jKdMdJtWhBbZgvmNTIOr7Q38nhfAWC+G4=";
fetchSubmodules = true;
};