Unverified Commit 3456499e authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

gleam: 1.12.0 -> 1.13.0 (#447248)

parents 6a3b0850 4eb419e2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  git,
  pkg-config,
  openssl,
  erlang_27,
  erlang,
  nodejs,
  bun,
  deno,
@@ -15,20 +15,20 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "gleam";
  version = "1.12.0";
  version = "1.13.0";

  src = fetchFromGitHub {
    owner = "gleam-lang";
    repo = "gleam";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Qjl+I09tnBbGc771SVJVb6fzAZ2tVOnBNhGfrIUh824=";
    hash = "sha256-06ap5z1vtv2Rsd98LcLRpvxff1NfkuHNdI844DZuEhQ=";
  };

  cargoHash = "sha256-Ya0glVECB3cb9kgguuH4nY0ClK5NPH1mKAX9INDLzx4=";
  cargoHash = "sha256-TzHjXW9sSbOJv7PrUaQzZ0jOPocVci1DjcmLzv7aaBY=";

  nativeBuildInputs = [
    pkg-config
    erlang_27
    erlang
  ];

  buildInputs = [ openssl ];