Unverified Commit ec750fd0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #265940 from fabaff/enum4linux-ng-bump

enum4linux-ng: 1.3.1 -> 1.3.2
parents ca19f197 f3c4a5ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonApplication rec {
  pname = "enum4linux-ng";
  version = "1.3.1";
  version = "1.3.2";

  src = fetchFromGitHub {
    owner = "cddmp";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-qO34sVK8eunALPCzLoCqWkO78tG4iEavij8jClCRi88=";
    hash = "sha256-O3TZcCn2kRLrMjQPVg8F5Q2ri968xRbXrdnfytfMkYM=";
  };

  propagatedBuildInputs = [