Skip to content

Commit

Permalink
python312Packages.unifi-ap: 0.0.1 -> 0.0.2 (#361306)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 3, 2024
2 parents 03f67dc + d6d4c85 commit 006b124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/unifi-ap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "unifi-ap";
version = "0.0.1";
version = "0.0.2";
pyproject = true;

src = fetchFromGitHub {
owner = "tofuSCHNITZEL";
repo = "unifi_ap";
rev = "v${version}";
hash = "sha256-dEaDRcQEx+n+zvxVHD58B1AdFj004L76AtVDesnP+gQ=";
rev = "refs/tags/v${version}";
hash = "sha256-LQqeXFtrOc1h3yJuDrFRt3mqVcDIJb/23rcu/l6YpUQ=";
};

build-system = [
Expand Down

0 comments on commit 006b124

Please sign in to comment.