Unverified Commit 467db4f0 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

mcdreforged: 2.15.2 -> 2.15.4 (#445222)

parents 52d04094 e8b559a7
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 ];