arjun: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2024-01-18 10:09:02 +00:00
parent cefcf19e1c
commit a5ce2ce15e

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "arjun";
version = "2.2.1";
version = "2.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "s0md3v";
repo = "Arjun";
rev = "refs/tags/${version}";
hash = "sha256-YxfUlD7aBwoYYsZE0zTZxoXg1TgU2yT1V+mglmsXtlo=";
hash = "sha256-odVUFs517RSp66MymniSeTKTntQtXomjC68Hhdsglf0=";
};
nativeBuildInputs = with python3.pkgs; [