Skip to content

Commit 7de0fc5

Browse files
committed
portablemc: 4.4.0 -> 4.4.1
Signed-off-by: misilelab <[email protected]>
1 parent 81bf92c commit 7de0fc5

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)