Skip to content

Commit 4e85d59

Browse files
authored
mud: 1.0.13 -> 1.0.14 (#404737)
2 parents be75a77 + 3da0a8b commit 4e85d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mu/mud/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "mud";
9-
version = "1.0.13";
9+
version = "1.0.14";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "jasursadikov";
1414
repo = "mud";
1515
tag = "v${version}";
16-
hash = "sha256-DRkr4SYXzYZg7IvPwKGeqcJVDyJr4TdJ4TKuBu7iHEc=";
16+
hash = "sha256-nYmMz91ElYZDelyHGAF6FlEhXqORODRgdLbxha4sUb8=";
1717
};
1818

1919
build-system = with python3Packages; [

0 commit comments

Comments
 (0)