mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 21:44:49 +00:00
enum4linux-ng: 1.3.2 -> 1.3.3
This commit is contained in:
parent
c81c241415
commit
c0dcad2a92
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "enum4linux-ng";
|
||||
version = "1.3.2";
|
||||
version = "1.3.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cddmp";
|
||||
repo = "enum4linux-ng";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-O3TZcCn2kRLrMjQPVg8F5Q2ri968xRbXrdnfytfMkYM=";
|
||||
hash = "sha256-VpNYgdgvsQG5UcxoyyLCj5ijJdIKKhCSqnHTvTgD4lA=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user