···46464747 meta = {
4848 description = "Apache Spark is a fast and general engine for large-scale data processing";
4949- homepage = "https://spark.apache.org";
4949+ homepage = "https://spark.apache.org/";
5050 license = lib.licenses.asl20;
5151 platforms = lib.platforms.all;
5252 maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ];
···2233buildGoModule rec {
44 pname = "ddosify";
55- version = "0.6.0";
55+ version = "0.7.1";
6677 src = fetchFromGitHub {
88 owner = pname;
99 repo = pname;
1010 rev = "v${version}";
1111- sha256 = "sha256-RA+WmlSrNwkysuvAXjCoKZ528nt0tTZ5OHkqCETMskE=";
1111+ sha256 = "sha256-QzNMUeA9oOZaNZDGf9TXloZ5r2prDHTRX1wso3fSetc=";
1212 };
13131414 vendorSha256 = "sha256-TY8shTb77uFm8/yCvlIncAfq7brWgnH/63W+hj1rvqg=";
15151616- # triggers a different set of tests that seems to be interactive and fail (no url target defined)
1716 ldflags = [
1817 "-s -w"
1918 "-X main.GitVersion=${version}"
2019 ];
2020+2121+ # TestCreateHammerMultipartPayload error occurred - Get "https://upload.wikimedia.org/wikipedia/commons/b/bd/Test.svg"
2222+ doCheck = false;
21232224 doInstallCheck = true;
2325 installCheckPhase = ''
+1
pkgs/development/web/nodejs/nodejs.nix
···181181 maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
182182 platforms = platforms.linux ++ platforms.darwin;
183183 mainProgram = "node";
184184+ knownVulnerabilities = optional (versionOlder version "12") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
184185 };
185186186187 passthru.python = python; # to ensure nodeEnv uses the same version
+1-1
pkgs/games/asc/default.nix
···3131 currently available for Windows and Linux.
3232 '';
33333434- homepage = "http://www.asc-hq.org/";
3434+ homepage = "https://www.asc-hq.org/";
35353636 license = licenses.gpl2Plus;
3737
···34343535 meta = with lib; {
3636 description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
3737- homepage = "http://couchdb.apache.org";
3737+ homepage = "https://couchdb.apache.org";
3838 license = licenses.asl20;
3939 platforms = platforms.all;
4040 maintainers = with maintainers; [ lostnet ];
···270270271271 meta = with lib; {
272272 description = "Smart and user-friendly command line shell";
273273- homepage = "http://fishshell.com/";
273273+ homepage = "https://fishshell.com/";
274274 license = licenses.gpl2;
275275 platforms = platforms.unix;
276276 maintainers = with maintainers; [ cole-h ];
+1-1
pkgs/shells/zsh/antigen/default.nix
···19192020 meta = {
2121 description = "The plugin manager for zsh";
2222- homepage = "http://antigen.sharats.me";
2222+ homepage = "https://antigen.sharats.me/";
2323 license = lib.licenses.mit;
2424 };
2525}
+1-1
pkgs/tools/graphics/blockhash/default.nix
···1717 strictDeps = true;
18181919 meta = with lib; {
2020- homepage = "http://blockhash.io/";
2020+ homepage = "https://github.com/commonsmachinery/blockhash";
2121 description = ''
2222 This is a perceptual image hash calculation tool based on algorithm
2323 descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,