mud: 1.0.11 -> 1.0.12 (#390446)

Co-authored-by: genga898 <genga898@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-21 20:25:56 +00:00
committed by GitHub
co-authored by genga898
+3 -3
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "mud";
version = "1.0.11";
version = "1.0.12";
pyproject = true;
src = fetchFromGitHub {
owner = "jasursadikov";
repo = "mud";
tag = "v${version}";
hash = "sha256-HnYBHfburJuA/yRV4Nb8HApi7kfkONh5N9t221GOxMw=";
hash = "sha256-fFSnkodYhV1dokCJq43PwXxjIeAkObYZA3VxhjGZlhM=";
};
build-system = with python3Packages; [
@@ -35,7 +35,7 @@ python3Packages.buildPythonApplication rec {
description = "multi-directory git runner which allows you to run git commands in a multiple repositories";
homepage = "https://github.com/jasursadikov/mud";
license = lib.licenses.mit;
changelog = "https://github.com/jasursadikov/mud/releases/tag/v${version}";
changelog = "https://github.com/jasursadikov/mud/releases/tag/${src.tag}";
maintainers = with lib.maintainers; [ genga898 ];
mainProgram = "mud";
};