Unverified Commit 4ef02d88 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

coder: 2.26.3 -> 2.27.3 (#459367)

parents 9e596e51 2f3e3c58
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -15,15 +15,6 @@ let

  channels = {
    stable = {
      version = "2.26.3";
      hash = {
        x86_64-linux = "sha256-CqV3fCx3TtMLFjzo0Y7/vpAgXyOLABiFyqS8N5pA6xc=";
        x86_64-darwin = "sha256-PDPU3k1Bao5ibLFx3Zjbh1xsxSpJWUOOHuRbuwMmYDg=";
        aarch64-linux = "sha256-iq9LPHK6wPSdDRQqWRPr7OfN/HoESIIkOxf9luRS9ck=";
        aarch64-darwin = "sha256-n+jUocq1MaDRe14gibeA+ujLoGcSCdKQ58wihcTmdlI=";
      };
    };
    mainline = {
      version = "2.27.3";
      hash = {
        x86_64-linux = "sha256-VGAvqipJkQM+zxBhFt57VasX/gM626xPRpV0uR7FEJA=";
@@ -32,6 +23,15 @@ let
        aarch64-darwin = "sha256-TLB3E1l+UNVsvgy0TVtA17lqagtBkKA4Bd2SbMjTalI=";
      };
    };
    mainline = {
      version = "2.28.0";
      hash = {
        x86_64-linux = "sha256-Z56Q5ETE3wpBJPIaZ9/qgAJ8Tj67L1ScDwuAk0Ijjkc=";
        x86_64-darwin = "sha256-tydx9Q32TvPF36+meoQ+NBQ7MXUHRPHBI4L7UNBhXQ0=";
        aarch64-linux = "sha256-x7WErWe3p6Cdr2moKG0X/DEY+dkeMhnaG2RUNWfyoQU=";
        aarch64-darwin = "sha256-jVK599hDIhWy0HOhJmPevhnZnYLylxmZ59rhrOSRGIU=";
      };
    };
  };
in
stdenvNoCC.mkDerivation (finalAttrs: {