Skip to content

Commit

Permalink
python310Packages.aardwolf: 0.2.1 -> 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 19, 2023
1 parent 0bb4866 commit dbf0e8a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/python-modules/aardwolf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@

buildPythonPackage rec {
pname = "aardwolf";
version = "0.2.1";
version = "0.2.7";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "skelsec";
repo = "aardwolf";
rev = "86c4b511e0dfeeb767081902af2244f6297a68eb";
hash = "sha256-ULczCJWVLrj0is6UYZxJNyLV6opzoJAFStqsjEmjaIA=";
rev = "refs/tags/${version}";
hash = "sha256-xz3461QgZ2tySj2cTlKQ5faYQDSECvbk1U6QCbzM86w=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "source/aardwolf/utils/rlers";
name = "${pname}-${version}";
hash = "sha256-F6NLWc5B577iH0uKAdj2y2TtQfo4eeXkMIK6he1tpvQ=";
hash = "sha256-JGXTCCyC20EuUX0pP3xSZG3qFB5jRL7+wW2YRC3EiCc=";
};

cargoRoot = "aardwolf/utils/rlers";
Expand Down Expand Up @@ -78,6 +78,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asynchronous RDP protocol implementation";
homepage = "https://github.com/skelsec/aardwolf";
changelog = "https://github.com/skelsec/aardwolf/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
Expand Down

0 comments on commit dbf0e8a

Please sign in to comment.