Commit bbafb49f authored by Matt McHenry's avatar Matt McHenry
Browse files

elmPackages.lamdera: 1.3.2 -> 1.4.0

parent 1412caf7
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@ let
  os = if stdenv.hostPlatform.isDarwin then "macos" else "linux";
  arch = if stdenv.hostPlatform.isAarch64 then "arm64" else "x86_64";
  hashes = {
    "x86_64-linux" = "15a69bfa98155651749e31c68d05a04fcf48bdccb86bce77b7c8872f545cecfa";
    "aarch64-linux" = "68a16bbbd2ed0ee19c36112a4c2d0abca66cf17465747e55adf2596b0921f8d7";
    "x86_64-darwin" = "af2c63a60a689091a01bfd212e0ce141a6d7ba61d34a585d8f83159d0ed39c6f";
    "aarch64-darwin" = "06f9f7fdcbb392a0a8a5034baf915d2b95b2876255aa8df8397ddafd1e540b7a";
    "x86_64-linux" = "1i3mhm1swphkimm4dfdiyabxd6w3xni14cnlffz0da1p6a2x11v2";
    "aarch64-linux" = "0p7dxnnxh0nskbdaq5ldf33rqmbgj0ymhqdi89y3pk1yxjlk7bcf";
    "x86_64-darwin" = "0mw5a28nlq0ra69q5fcl2spmvc88qrffzw7ngh5fdmdmvkd9f3wb";
    "aarch64-darwin" = "0j20i5g92h8zx6p3hzxdrh298dkipxxhyvp28asddrxbiscfca1b";
  };
in

stdenv.mkDerivation rec {
  pname = "lamdera";
  version = "1.3.2";
  version = "1.4.0";

  src = fetchurl {
    url = "https://static.lamdera.com/bin/lamdera-${version}-${os}-${arch}";
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {

  meta = {
    homepage = "https://lamdera.com";
    license = lib.licenses.unfree;
    license = lib.licenses.bsd3;
    description = "Delightful platform for full-stack web apps";
    platforms = [
      "aarch64-linux"