Merge pull request #96426 from stigtsp/package/convos-4.33

convos: 4.29 -> 4.33

authored by

Aaron Andersen and committed by
GitHub
60835d84 6daeaf26

+6 -2
+6 -2
pkgs/applications/networking/irc/convos/default.nix
··· 6 7 perlPackages.buildPerlPackage rec { 8 pname = "convos"; 9 - version = "4.29"; 10 11 src = fetchFromGitHub { 12 owner = "Nordaaker"; 13 repo = pname; 14 rev = version; 15 - sha256 = "07m9lhwgqq77hi4n2zrya7n8apkjv8xi166bxa0n7pnlknlp74ar"; 16 }; 17 18 nativeBuildInputs = [ makeWrapper ] ··· 33 ''; 34 35 preCheck = '' 36 # A test fails since gethostbyaddr(127.0.0.1) fails to resolve to localhost in 37 # the sandbox, we replace the this out from a substitution expression 38 #
··· 6 7 perlPackages.buildPerlPackage rec { 8 pname = "convos"; 9 + version = "4.33"; 10 11 src = fetchFromGitHub { 12 owner = "Nordaaker"; 13 repo = pname; 14 rev = version; 15 + sha256 = "0mxq4jpjk4vvhi5lqslj614dvk84iq12rsdyykxr8h9cnjjs57im"; 16 }; 17 18 nativeBuildInputs = [ makeWrapper ] ··· 33 ''; 34 35 preCheck = '' 36 + # Remove online test 37 + # 38 + rm t/web-pwa.t 39 + 40 # A test fails since gethostbyaddr(127.0.0.1) fails to resolve to localhost in 41 # the sandbox, we replace the this out from a substitution expression 42 #