Skip to content

Commit ce2e2c1

Browse files
authored
portablemc: 4.4.0 -> 4.4.1 (#363815)
2 parents e0cb1ce + 7de0fc5 commit ce2e2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/portablemc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let
4343
in
4444
python3Packages.buildPythonApplication rec {
4545
pname = "portablemc";
46-
version = "4.4.0";
46+
version = "4.4.1";
4747
pyproject = true;
4848

4949
disabled = python3Packages.pythonOlder "3.8";
@@ -52,7 +52,7 @@ python3Packages.buildPythonApplication rec {
5252
owner = "mindstorm38";
5353
repo = "portablemc";
5454
rev = "refs/tags/v${version}";
55-
hash = "sha256-JDosvjbpoDC+xJ15ejcMJd+jA09RLR+whVZblMu+ljk=";
55+
hash = "sha256-KE1qf6aIcDjwKzrdKDUmriWfAt+vuriew6ixHKm0xs8=";
5656
};
5757

5858
patches = [

0 commit comments

Comments
 (0)