Unverified Commit 0f91ca1b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

xnldorker: 4.2 -> 4.3 (#503409)

parents 3f9ec86f 27c1d07c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "xnldorker";
  version = "4.2";
  version = "4.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "xnl-h4ck3r";
    repo = "xnldorker";
    tag = "v${finalAttrs.version}";
    hash = "sha256-g5o2H5FqP+ytu5eqmGUyn0lD9NQcCJ4+xQCmTk0Qxrg=";
    hash = "sha256-YOYBEoYZBZfGtnJKku88XMj56JSN/EP9jLvqNXNqNJs=";
  };

  build-system = with python3.pkgs; [ setuptools ];