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

enum4linux-ng: 1.3.0 -> 1.3.1
This commit is contained in:
Nick Cao 2023-02-06 08:28:29 +08:00 committed by GitHub
commit 36ea0404ca
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.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "cddmp";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-InE0VRk9hK7JEKL202/2RclrJHAHFAol3DxKnVA+lq4=";
hash = "sha256-qO34sVK8eunALPCzLoCqWkO78tG4iEavij8jClCRi88=";
};
propagatedBuildInputs = [