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

xnldorker: 4.3 -> 4.5 (#514356)

parents bc2870cb ba93c3b7
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.3";
  version = "4.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "xnl-h4ck3r";
    repo = "xnldorker";
    tag = "v${finalAttrs.version}";
    hash = "sha256-YOYBEoYZBZfGtnJKku88XMj56JSN/EP9jLvqNXNqNJs=";
    hash = "sha256-2Oh341KTxD47aZVTikDMFs6e4HGfQ77BPptksw+6w7s=";
  };

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