Commit 2460a6b6 authored by R. RyanTM's avatar R. RyanTM
Browse files

enum4linux-ng: 1.3.5 -> 1.3.7

parent 5afaa367
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "enum4linux-ng";
  version = "1.3.5";
  version = "1.3.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cddmp";
    repo = "enum4linux-ng";
    tag = "v${version}";
    hash = "sha256-jwwBYpzMjaVVojMB1udkinNQDiOXPKWbOwIsWHlhWw4=";
    hash = "sha256-Crd5sc0sYvYufN0bK4Qh7iSy22utQet6X1UlPlS48XI=";
  };

  build-system = with python3.pkgs; [ setuptools ];