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

xnldorker: 4.1 -> 4.2 (#498078)

parents 53475a33 879016d0
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.1";
  version = "4.2";
  pyproject = true;

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

  pythonRemoveDeps = [