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

enum4linux-ng: 1.2.0 -> 1.3.0
This commit is contained in:
Fabian Affolter 2022-12-25 09:46:02 +01:00 committed by GitHub
commit e7fdc329d4
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.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "cddmp";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9J7MiSxfAuzp1M9v4MMWOnK0/lg/X7I4pC6C2yMpMr0=";
hash = "sha256-InE0VRk9hK7JEKL202/2RclrJHAHFAol3DxKnVA+lq4=";
};
propagatedBuildInputs = [