Unverified Commit defe5870 authored by toonn's avatar toonn Committed by GitHub
Browse files

wire-desktop: linux 3.37.3607 -> 3.39.3653, mac 3.37.5164 -> 3.39.5211 (#372383)

parents bd78fe26 51cd7c86
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -28,23 +28,23 @@ let

  version =
    let
      x86_64-darwin = "3.37.5164";
      x86_64-darwin = "3.39.5211";
    in
    {
      inherit x86_64-darwin;
      aarch64-darwin = x86_64-darwin;
      x86_64-linux = "3.37.3607";
      x86_64-linux = "3.39.3653";
    }
    .${system} or throwSystem;

  hash =
    let
      x86_64-darwin = "sha256-xQ6EaZFE6qdpgFj1Lom37wT8URd5FsRwG89YeM/+U7k=";
      x86_64-darwin = "sha256-k6CIqHt67AFL70zdK0/91aQcpbb00OIggk5TF7y1IOY=";
    in
    {
      inherit x86_64-darwin;
      aarch64-darwin = x86_64-darwin;
      x86_64-linux = "sha256-mckFxxrWnxeVGgJ//efPTdtHt5nVII1lXu/BT61TKxE=";
      x86_64-linux = "sha256-BbY+7fGAWW5CR/z4GeoBl5aOewCRuWzQjpQX4x1rzls=";
    }
    .${system} or throwSystem;