Commit b60e7072 authored by logo4poop's avatar logo4poop
Browse files

Updated Haxe 4.2.1 -> 4.2.5 and added myself to the maintainer list

parent 3f13b3fb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7230,6 +7230,13 @@
    githubId = 4158274;
    name = "Michiel Leenaars";
  };
  logo = {
    email = "logo4poop@protonmail.com";
    matrix = "@logo4poop:matrix.org";
    github = "logo4poop";
    githubId = 24994565;
    name = "Isaac Silverstein";
  };
  lom = {
    email = "legendofmiracles@protonmail.com";
    matrix = "@legendofmiracles:matrix.org";
+3 −3
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ let
        description = "Programming language targeting JavaScript, Flash, NekoVM, PHP, C++";
        homepage = "https://haxe.org";
        license = with licenses; [ gpl2Plus mit ]; # based on upstream opam file
        maintainers = [ maintainers.marcweber maintainers.locallycompact ];
        maintainers = [ maintainers.marcweber maintainers.locallycompact maintainers.logo ];
        platforms = platforms.linux ++ platforms.darwin;
      };
    };
@@ -147,7 +147,7 @@ in {
    sha256 = "0rns6d28qzkbai6yyws08yzbyvxfn848nj0fsji7chdi0y7pzzj0";
  };
  haxe_4_2 = generic {
    version = "4.2.1";
    sha256 = "sha256-0j6M21dh8DB1gC/bPYNJrVuDbJyqQbP+61ItO5RBUcA=";
    version = "4.2.5";
    sha256 = "sha256-Y0gx6uOQX4OZgg8nK4GJxRR1rKh0S2JUjZQFVQ4cfTs=";
  };
}