Merge pull request #150323 from fabaff/bump-gdu

gdu: 5.12.0 -> 5.12.1

authored by Fabian Affolter and committed by GitHub 8f772770 4f2d70b7

+11 -10
+9 -8
pkgs/tools/security/dnsrecon/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "dnsrecon"; 8 - version = "0.10.1"; 9 10 src = fetchFromGitHub { 11 owner = "darkoperator"; 12 repo = pname; 13 rev = version; 14 - sha256 = "1ysf8wx287psfk89r0i2vgnrjvxdj44s6nhf6sva59jbwvr9lghy"; 15 }; 16 17 - format = "other"; 18 - 19 - pythonPath = with python3.pkgs; [ 20 - dnspython netaddr lxml 21 ]; 22 23 postPatch = '' ··· 36 runHook postInstall 37 ''; 38 39 meta = with lib; { 40 - description = "DNS Enumeration Script"; 41 homepage = "https://github.com/darkoperator/dnsrecon"; 42 license = licenses.gpl2Only; 43 - platforms = platforms.all; 44 maintainers = with maintainers; [ c0bw3b fab ]; 45 }; 46 }
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "dnsrecon"; 8 + version = "1.0.0"; 9 + format = "other"; 10 11 src = fetchFromGitHub { 12 owner = "darkoperator"; 13 repo = pname; 14 rev = version; 15 + sha256 = "sha256-VRO5ugr/+iZh+hh3tVs/JNAr7GXao/HK43O3FlkbcSM="; 16 }; 17 18 + propagatedBuildInputs = with python3.pkgs; [ 19 + dnspython 20 + netaddr 21 + lxml 22 ]; 23 24 postPatch = '' ··· 37 runHook postInstall 38 ''; 39 40 + 41 meta = with lib; { 42 + description = "DNS Enumeration script"; 43 homepage = "https://github.com/darkoperator/dnsrecon"; 44 license = licenses.gpl2Only; 45 maintainers = with maintainers; [ c0bw3b fab ]; 46 }; 47 }
+2 -2
pkgs/tools/system/gdu/default.nix
··· 7 8 buildGoModule rec { 9 pname = "gdu"; 10 - version = "5.12.0"; 11 12 src = fetchFromGitHub { 13 owner = "dundee"; 14 repo = pname; 15 rev = "v${version}"; 16 - sha256 = "sha256-GcipzV6TgJLXY5RgzFssaInBFIFORKr6wcZB6fD16OY="; 17 }; 18 19 vendorSha256 = "0ls0pw1m6hy203cdkmp9847h2fmvc4hjkv5x2v6r7516cqbs25ac";
··· 7 8 buildGoModule rec { 9 pname = "gdu"; 10 + version = "5.12.1"; 11 12 src = fetchFromGitHub { 13 owner = "dundee"; 14 repo = pname; 15 rev = "v${version}"; 16 + sha256 = "sha256-pXHMNyebUkHEZvUWtDkyp5Fqk07GA5sd+254fls8PjU="; 17 }; 18 19 vendorSha256 = "0ls0pw1m6hy203cdkmp9847h2fmvc4hjkv5x2v6r7516cqbs25ac";