enum4linux-ng: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2022-12-15 23:26:53 +00:00
parent 69ce4fbad8
commit 4b4e899fdd

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}";
sha256 = "sha256-9J7MiSxfAuzp1M9v4MMWOnK0/lg/X7I4pC6C2yMpMr0=";
};
propagatedBuildInputs = [