Merge pull request #281743 from r-ryantm/auto-update/arjun

arjun: 2.2.1 -> 2.2.2
This commit is contained in:
Fabian Affolter 2024-01-18 12:07:23 +01:00 committed by GitHub
commit c4b65260aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [