enum4linux-ng: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2022-12-24 13:15:54 +00:00
parent b10a520017
commit b1707aa13b

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