2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 02:48:17 +00:00

Merge pull request from r-ryantm/auto-update/portablemc

portablemc: 4.3.0 -> 4.4.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-19 14:55:28 +00:00 committed by GitHub
commit 8d90f80778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "portablemc";
version = "4.3.0";
version = "4.4.0";
pyproject = true;
disabled = python3Packages.pythonOlder "3.8";
@ -51,8 +51,8 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "mindstorm38";
repo = "portablemc";
rev = "v${version}";
hash = "sha256-jCv4ncXUWbkWlBZr3P1hNeVpdQzY9HtrFz+pmKknL0I=";
rev = "refs/tags/v${version}";
hash = "sha256-JDosvjbpoDC+xJ15ejcMJd+jA09RLR+whVZblMu+ljk=";
};
patches = [