0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.falconpy: 1.5.0 -> 1.5.2

This commit is contained in:
R. Ryantm 2025-05-29 08:19:46 +00:00
parent 6ed432a97e
commit 1675ca5627

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "falconpy";
version = "1.5.0";
version = "1.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "CrowdStrike";
repo = "falconpy";
tag = "v${version}";
hash = "sha256-Yto32iXtO4po6sPHTautLLjDCRSLIS8K4YRFCbiF3m4=";
hash = "sha256-neZ0V0OpX1GTchkLdE+hKMRl9jKnJ/OCtXY0q1eAxzA=";
};
build-system = [ hatchling ];