Unverified Commit ce2e2c15 authored by Toma's avatar Toma Committed by GitHub
Browse files

portablemc: 4.4.0 -> 4.4.1 (#363815)

parents e0cb1ceb 7de0fc5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ let
in
python3Packages.buildPythonApplication rec {
  pname = "portablemc";
  version = "4.4.0";
  version = "4.4.1";
  pyproject = true;

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

  patches = [