Merge pull request #206320 from r-ryantm/auto-update/enum4linux-ng

enum4linux-ng: 1.1.0 -> 1.2.0
This commit is contained in:
Fabian Affolter 2022-12-16 10:40:16 +01:00 committed by GitHub
commit b51d3b2e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonApplication rec {
pname = "enum4linux-ng";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "cddmp";
repo = pname;
rev = "v${version}";
sha256 = "0fk6hzmvxb5y3nb41qr6dssxhdahkh5nxhbx480x42fhnqpssir5";
rev = "refs/tags/v${version}";
hash = "sha256-9J7MiSxfAuzp1M9v4MMWOnK0/lg/X7I4pC6C2yMpMr0=";
};
propagatedBuildInputs = [
@ -35,6 +35,7 @@ buildPythonApplication rec {
enumerating information from Windows and Samba systems.
'';
homepage = "https://github.com/cddmp/enum4linux-ng";
changelog = "https://github.com/cddmp/enum4linux-ng/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};