Commit e8b559a7 authored by R. RyanTM's avatar R. RyanTM
Browse files

mcdreforged: 2.15.2 -> 2.15.4

parent e5407b55
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "mcdreforged";
  version = "2.15.2";
  version = "2.15.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "MCDReforged";
    repo = "MCDReforged";
    tag = "v${version}";
    hash = "sha256-BhiscpbuiP2UWkSfUl5lyZ+eeE3LiH80xXjHs7K3x88=";
    hash = "sha256-q88jAsgoIFzsOVKeA4fk69wGbnq3HcYJ2YzeZQHmYo4=";
  };

  build-system = [ setuptools ];