Merge pull request #150323 from fabaff/bump-gdu

gdu: 5.12.0 -> 5.12.1
This commit is contained in:
Fabian Affolter 2021-12-12 11:13:19 +01:00 committed by GitHub
commit 8f772770ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

View file

@ -5,19 +5,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnsrecon";
version = "0.10.1";
version = "1.0.0";
format = "other";
src = fetchFromGitHub {
owner = "darkoperator";
repo = pname;
rev = version;
sha256 = "1ysf8wx287psfk89r0i2vgnrjvxdj44s6nhf6sva59jbwvr9lghy";
sha256 = "sha256-VRO5ugr/+iZh+hh3tVs/JNAr7GXao/HK43O3FlkbcSM=";
};
format = "other";
pythonPath = with python3.pkgs; [
dnspython netaddr lxml
propagatedBuildInputs = with python3.pkgs; [
dnspython
netaddr
lxml
];
postPatch = ''
@ -36,11 +37,11 @@ python3.pkgs.buildPythonApplication rec {
runHook postInstall
'';
meta = with lib; {
description = "DNS Enumeration Script";
description = "DNS Enumeration script";
homepage = "https://github.com/darkoperator/dnsrecon";
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ c0bw3b fab ];
};
}

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gdu";
version = "5.12.0";
version = "5.12.1";
src = fetchFromGitHub {
owner = "dundee";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GcipzV6TgJLXY5RgzFssaInBFIFORKr6wcZB6fD16OY=";
sha256 = "sha256-pXHMNyebUkHEZvUWtDkyp5Fqk07GA5sd+254fls8PjU=";
};
vendorSha256 = "0ls0pw1m6hy203cdkmp9847h2fmvc4hjkv5x2v6r7516cqbs25ac";