enum4linux-ng: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2023-02-05 22:28:11 +00:00
parent 45873838a7
commit 5758bc5e9a

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 = [