We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0cb1ce + 7de0fc5 commit ce2e2c1Copy full SHA for ce2e2c1
pkgs/by-name/po/portablemc/package.nix
@@ -43,7 +43,7 @@ let
43
in
44
python3Packages.buildPythonApplication rec {
45
pname = "portablemc";
46
- version = "4.4.0";
+ version = "4.4.1";
47
pyproject = true;
48
49
disabled = python3Packages.pythonOlder "3.8";
@@ -52,7 +52,7 @@ python3Packages.buildPythonApplication rec {
52
owner = "mindstorm38";
53
repo = "portablemc";
54
rev = "refs/tags/v${version}";
55
- hash = "sha256-JDosvjbpoDC+xJ15ejcMJd+jA09RLR+whVZblMu+ljk=";
+ hash = "sha256-KE1qf6aIcDjwKzrdKDUmriWfAt+vuriew6ixHKm0xs8=";
56
};
57
58
patches = [
0 commit comments