Merge pull request #179356 from logo4poop/update-haxe-4.2.5

Updated Haxe 4.2.1 -> 4.2.5

authored by

Guillaume Girol and committed by
GitHub
6a792c2e 7945cf18

+10 -3
+7
maintainers/maintainer-list.nix
··· 7291 7291 githubId = 4158274; 7292 7292 name = "Michiel Leenaars"; 7293 7293 }; 7294 + logo = { 7295 + email = "logo4poop@protonmail.com"; 7296 + matrix = "@logo4poop:matrix.org"; 7297 + github = "logo4poop"; 7298 + githubId = 24994565; 7299 + name = "Isaac Silverstein"; 7300 + }; 7294 7301 lom = { 7295 7302 email = "legendofmiracles@protonmail.com"; 7296 7303 matrix = "@legendofmiracles:matrix.org";
+3 -3
pkgs/development/compilers/haxe/default.nix
··· 115 115 description = "Programming language targeting JavaScript, Flash, NekoVM, PHP, C++"; 116 116 homepage = "https://haxe.org"; 117 117 license = with licenses; [ gpl2Plus mit ]; # based on upstream opam file 118 - maintainers = [ maintainers.marcweber maintainers.locallycompact ]; 118 + maintainers = [ maintainers.marcweber maintainers.locallycompact maintainers.logo ]; 119 119 platforms = platforms.linux ++ platforms.darwin; 120 120 }; 121 121 }; ··· 147 147 sha256 = "0rns6d28qzkbai6yyws08yzbyvxfn848nj0fsji7chdi0y7pzzj0"; 148 148 }; 149 149 haxe_4_2 = generic { 150 - version = "4.2.1"; 151 - sha256 = "sha256-0j6M21dh8DB1gC/bPYNJrVuDbJyqQbP+61ItO5RBUcA="; 150 + version = "4.2.5"; 151 + sha256 = "sha256-Y0gx6uOQX4OZgg8nK4GJxRR1rKh0S2JUjZQFVQ4cfTs="; 152 152 }; 153 153 }