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